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: #a2c8c8;
}
.color-2 {
color: #78b5b5;
}
.color-3 {
color: #509b9b;
}
.color-4 {
color: #2b7d7d;
}
.color-5 {
color: #1f5c5c;
}

/* CSS Variables */
:root {
--color-1: #a2c8c8;
--color-2: #78b5b5;
--color-3: #509b9b;
--color-4: #2b7d7d;
--color-5: #1f5c5c;
}

Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c8c8, #78b5b5, #509b9b, #2b7d7d, #1f5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c8c8, #78b5b5, #509b9b, #2b7d7d, #1f5c5c);
}

Teal Shades color palette created on .