Shades of Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Teal palette

Share this palette to:

Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #64a09c;
}
.color-2 {
color: #4b8b85;
}
.color-3 {
color: #396f6e;
}
.color-4 {
color: #2b5e5d;
}
.color-5 {
color: #1d4949;
}

/* CSS Variables */
:root {
--color-1: #64a09c;
--color-2: #4b8b85;
--color-3: #396f6e;
--color-4: #2b5e5d;
--color-5: #1d4949;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64a09c, #4b8b85, #396f6e, #2b5e5d, #1d4949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64a09c, #4b8b85, #396f6e, #2b5e5d, #1d4949);
}

Shades of Teal color palette created on .