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