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: #1fc1c1;
}
.color-2 {
color: #1f9e9e;
}
.color-3 {
color: #1f7a7a;
}
.color-4 {
color: #204c4c;
}
.color-5 {
color: #202d2d;
}

/* CSS Variables */
:root {
--color-1: #1fc1c1;
--color-2: #1f9e9e;
--color-3: #1f7a7a;
--color-4: #204c4c;
--color-5: #202d2d;
}

Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fc1c1, #1f9e9e, #1f7a7a, #204c4c, #202d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fc1c1, #1f9e9e, #1f7a7a, #204c4c, #202d2d);
}

Teal Shades color palette created on .