Shades of Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Teal palette
Shades of Teal color palette PNG image
Shades of Teal color palette CSS
/* CSS */
.color-1 {
color: #b6e2d7;
}
.color-2 {
color: #ade1d2;
}
.color-3 {
color: #a4d6c1;
}
.color-4 {
color: #8dc3b8;
}
.color-5 {
color: #7dbaaf;
}
/* CSS Variables */
:root {
--color-1: #b6e2d7;
--color-2: #ade1d2;
--color-3: #a4d6c1;
--color-4: #8dc3b8;
--color-5: #7dbaaf;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
Similar color palettes
Shades of Teal color palette created on .