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