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: #4c908b;
}
.color-2 {
color: #e0c87b;
}
.color-3 {
color: #d96c59;
}
.color-4 {
color: #a95b8c;
}
.color-5 {
color: #4d3d44;
}

/* CSS Variables */
:root {
--color-1: #4c908b;
--color-2: #e0c87b;
--color-3: #d96c59;
--color-4: #a95b8c;
--color-5: #4d3d44;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908b, #e0c87b, #d96c59, #a95b8c, #4d3d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908b, #e0c87b, #d96c59, #a95b8c, #4d3d44);
}

Shades of Teal color palette created on .