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: #a9c7c6;
}
.color-2 {
color: #c1d2d0;
}
.color-3 {
color: #e8f3f2;
}
.color-4 {
color: #f9e1d7;
}
.color-5 {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--color-1: #a9c7c6;
--color-2: #c1d2d0;
--color-3: #e8f3f2;
--color-4: #f9e1d7;
--color-5: #f1b1b1;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7c6, #c1d2d0, #e8f3f2, #f9e1d7, #f1b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7c6, #c1d2d0, #e8f3f2, #f9e1d7, #f1b1b1);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Shades of Teal color palette created on .