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: #344346;
}
.color-2 {
color: #5cccb2;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4e2c3;
}
.color-5 {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--color-1: #344346;
--color-2: #5cccb2;
--color-3: #ffffff;
--color-4: #f4e2c3;
--color-5: #f6a2a2;
}
Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #344346, #5cccb2, #ffffff, #f4e2c3, #f6a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #344346, #5cccb2, #ffffff, #f4e2c3, #f6a2a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Teal color palette created on .