Shades of Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Teal palette
Shades of Teal color palette CSS
/* CSS */
.color-1 {
color: #003a57;
}
.color-2 {
color: #006080;
}
.color-3 {
color: #009ba3;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #00d6c1;
}
/* CSS Variables */
:root {
--color-1: #003a57;
--color-2: #006080;
--color-3: #009ba3;
--color-4: #00b3aa;
--color-5: #00d6c1;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003a57, #006080, #009ba3, #00b3aa, #00d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003a57, #006080, #009ba3, #00b3aa, #00d6c1);
}
Similar color palettes
Shades of Teal color palette created on .