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: #11a3b0;
}
.color-2 {
color: #00998c;
}
.color-3 {
color: #007a74;
}
.color-4 {
color: #005c5a;
}
.color-5 {
color: #003c3d;
}
/* CSS Variables */
:root {
--color-1: #11a3b0;
--color-2: #00998c;
--color-3: #007a74;
--color-4: #005c5a;
--color-5: #003c3d;
}
Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11a3b0, #00998c, #007a74, #005c5a, #003c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11a3b0, #00998c, #007a74, #005c5a, #003c3d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Shades color palette created on .