Turquoise Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Sea palette

Share this palette to:

Turquoise Sea color palette CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6b3;
}
.color-4 {
color: #a3e0d5;
}
.color-5 {
color: #e9f7f3;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6b3;
--color-4: #a3e0d5;
--color-5: #e9f7f3;
}

Turquoise Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6b3, #a3e0d5, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6b3, #a3e0d5, #e9f7f3);
}

Turquoise Sea color palette created on .