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