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: #dae0e2;
}
.color-2 {
color: #a3b6b8;
}
.color-3 {
color: #6d8b8d;
}
.color-4 {
color: #4d6b6f;
}
.color-5 {
color: #2d4c4e;
}
/* CSS Variables */
:root {
--color-1: #dae0e2;
--color-2: #a3b6b8;
--color-3: #6d8b8d;
--color-4: #4d6b6f;
--color-5: #2d4c4e;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae0e2, #a3b6b8, #6d8b8d, #4d6b6f, #2d4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae0e2, #a3b6b8, #6d8b8d, #4d6b6f, #2d4c4e);
}
Similar color palettes
Shades of Teal color palette created on .