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: #a3e0d3;
}
.color-2 {
color: #83d2c1;
}
.color-3 {
color: #5cb2a2;
}
.color-4 {
color: #2b8878;
}
.color-5 {
color: #0f5b5c;
}

/* CSS Variables */
:root {
--color-1: #a3e0d3;
--color-2: #83d2c1;
--color-3: #5cb2a2;
--color-4: #2b8878;
--color-5: #0f5b5c;
}

Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0d3, #83d2c1, #5cb2a2, #2b8878, #0f5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0d3, #83d2c1, #5cb2a2, #2b8878, #0f5b5c);
}

Teal Shades color palette created on .