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: #d6d6d6;
}
.color-2 {
color: #b5c9c6;
}
.color-3 {
color: #8cb6ba;
}
.color-4 {
color: #4a898c;
}
.color-5 {
color: #2b5d5e;
}
/* CSS Variables */
:root {
--color-1: #d6d6d6;
--color-2: #b5c9c6;
--color-3: #8cb6ba;
--color-4: #4a898c;
--color-5: #2b5d5e;
}
Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d6d6, #b5c9c6, #8cb6ba, #4a898c, #2b5d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d6d6, #b5c9c6, #8cb6ba, #4a898c, #2b5d5e);
}
Similar color palettes
Teal Shades color palette created on .