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