Tropical Tide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Tide palette

Share this palette to:

Tropical Tide color palette CSS

/* CSS */
.color-1 {
color: #5cc5d1;
}
.color-2 {
color: #4fb7c9;
}
.color-3 {
color: #6dd0c7;
}
.color-4 {
color: #74b9e7;
}
.color-5 {
color: #62a6da;
}

/* CSS Variables */
:root {
--color-1: #5cc5d1;
--color-2: #4fb7c9;
--color-3: #6dd0c7;
--color-4: #74b9e7;
--color-5: #62a6da;
}

Tropical Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cc5d1, #4fb7c9, #6dd0c7, #74b9e7, #62a6da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cc5d1, #4fb7c9, #6dd0c7, #74b9e7, #62a6da);
}

Tropical Tide color palette created on .