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: #e4f1e7;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #68b5c4;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #1b6c6f;
}
/* CSS Variables */
:root {
--color-1: #e4f1e7;
--color-2: #a2d2e2;
--color-3: #68b5c4;
--color-4: #2a9b9d;
--color-5: #1b6c6f;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f1e7, #a2d2e2, #68b5c4, #2a9b9d, #1b6c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f1e7, #a2d2e2, #68b5c4, #2a9b9d, #1b6c6f);
}
Similar color palettes
Shades of Teal color palette created on .