Turquoise Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Waters palette

Share this palette to:

Turquoise Waters color palette CSS

/* CSS */
.color-1 {
color: #2f8bc1;
}
.color-2 {
color: #4bb5d2;
}
.color-3 {
color: #6ad8e2;
}
.color-4 {
color: #9adfd7;
}
.color-5 {
color: #dff6f3;
}

/* CSS Variables */
:root {
--color-1: #2f8bc1;
--color-2: #4bb5d2;
--color-3: #6ad8e2;
--color-4: #9adfd7;
--color-5: #dff6f3;
}

Turquoise Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f8bc1, #4bb5d2, #6ad8e2, #9adfd7, #dff6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f8bc1, #4bb5d2, #6ad8e2, #9adfd7, #dff6f3);
}

Turquoise Waters color palette created on .