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