Teal Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Shades palette
Teal Shades color palette CSS
/* CSS */
.color-1 {
color: #85c1c7;
}
.color-2 {
color: #5cb6b7;
}
.color-3 {
color: #3a999c;
}
.color-4 {
color: #2a777a;
}
.color-5 {
color: #1a5b58;
}
/* CSS Variables */
:root {
--color-1: #85c1c7;
--color-2: #5cb6b7;
--color-3: #3a999c;
--color-4: #2a777a;
--color-5: #1a5b58;
}
Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85c1c7, #5cb6b7, #3a999c, #2a777a, #1a5b58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85c1c7, #5cb6b7, #3a999c, #2a777a, #1a5b58);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Teal Shades color palette created on .