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: #00c7b3;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #00998a;
}
.color-4 {
color: #00806f;
}
.color-5 {
color: #00665f;
}
/* CSS Variables */
:root {
--color-1: #00c7b3;
--color-2: #00b39e;
--color-3: #00998a;
--color-4: #00806f;
--color-5: #00665f;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00c7b3, #00b39e, #00998a, #00806f, #00665f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00c7b3, #00b39e, #00998a, #00806f, #00665f);
}
Similar color palettes
Shades of Teal color palette created on .