Loading...
Shades of Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Teal palette
Download Shades of Teal Color Palette (PNG)
Shades of Teal color palette CSS
/* CSS */
.color-1 {
color: #b5d7a8;
}
.color-2 {
color: #a2d4d8;
}
.color-3 {
color: #68b3b6;
}
.color-4 {
color: #1e7a9f;
}
.color-5 {
color: #005e80;
}
/* CSS Variables */
:root {
--color-1: #b5d7a8;
--color-2: #a2d4d8;
--color-3: #68b3b6;
--color-4: #1e7a9f;
--color-5: #005e80;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d7a8, #a2d4d8, #68b3b6, #1e7a9f, #005e80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d7a8, #a2d4d8, #68b3b6, #1e7a9f, #005e80);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Teal color palette created on .