Turquoise Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Sea palette
Turquoise Sea color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #1bc7da;
}
.color-3 {
color: #4cd7e1;
}
.color-4 {
color: #8ef6df;
}
.color-5 {
color: #d2f9f0;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #1bc7da;
--color-3: #4cd7e1;
--color-4: #8ef6df;
--color-5: #d2f9f0;
}
Turquoise Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #1bc7da, #4cd7e1, #8ef6df, #d2f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #1bc7da, #4cd7e1, #8ef6df, #d2f9f0);
}
Similar color palettes
Turquoise Sea color palette created on .