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: #7ad6c2;
}
.color-2 {
color: #4ac4b4;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #1f6f6d;
}
.color-5 {
color: #1a3d3c;
}
/* CSS Variables */
:root {
--color-1: #7ad6c2;
--color-2: #4ac4b4;
--color-3: #2a9d90;
--color-4: #1f6f6d;
--color-5: #1a3d3c;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ad6c2, #4ac4b4, #2a9d90, #1f6f6d, #1a3d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ad6c2, #4ac4b4, #2a9d90, #1f6f6d, #1a3d3c);
}
Similar color palettes
Shades of Teal color palette created on .