Teal Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Shades palette

Share this palette to:

Teal Shades color palette CSS

/* CSS */
.color-1 {
color: #01ad90;
}
.color-2 {
color: #00a88f;
}
.color-3 {
color: #009980;
}
.color-4 {
color: #008a75;
}
.color-5 {
color: #007a6a;
}

/* CSS Variables */
:root {
--color-1: #01ad90;
--color-2: #00a88f;
--color-3: #009980;
--color-4: #008a75;
--color-5: #007a6a;
}

Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01ad90, #00a88f, #009980, #008a75, #007a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01ad90, #00a88f, #009980, #008a75, #007a6a);
}

Teal Shades color palette created on .