Turquoise Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Shades palette
Turquoise Shades color palette CSS
/* CSS */
.color-1 {
color: #6adae7;
}
.color-2 {
color: #5bbac2;
}
.color-3 {
color: #4ba0af;
}
.color-4 {
color: #3b809b;
}
.color-5 {
color: #2b5f7d;
}
/* CSS Variables */
:root {
--color-1: #6adae7;
--color-2: #5bbac2;
--color-3: #4ba0af;
--color-4: #3b809b;
--color-5: #2b5f7d;
}
Turquoise Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adae7, #5bbac2, #4ba0af, #3b809b, #2b5f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adae7, #5bbac2, #4ba0af, #3b809b, #2b5f7d);
}
Similar color palettes
Turquoise Shades color palette created on .