Bright Turquoise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Turquoise palette
Bright Turquoise color palette CSS
/* CSS */
.color-1 {
color: #08e7dc;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #007a74;
}
.color-4 {
color: #005c61;
}
.color-5 {
color: #003b3d;
}
/* CSS Variables */
:root {
--color-1: #08e7dc;
--color-2: #00b3aa;
--color-3: #007a74;
--color-4: #005c61;
--color-5: #003b3d;
}
Bright Turquoise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08e7dc, #00b3aa, #007a74, #005c61, #003b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08e7dc, #00b3aa, #007a74, #005c61, #003b3d);
}
Similar color palettes
Bright Turquoise color palette created on .