Muted Shades of Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Shades of Teal palette

Share this palette to:

Muted Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #5a8d90;
}
.color-2 {
color: #a4c6a6;
}
.color-3 {
color: #e6b2e6;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #d15b3d;
}

/* CSS Variables */
:root {
--color-1: #5a8d90;
--color-2: #a4c6a6;
--color-3: #e6b2e6;
--color-4: #f9c54e;
--color-5: #d15b3d;
}

Muted Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8d90, #a4c6a6, #e6b2e6, #f9c54e, #d15b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8d90, #a4c6a6, #e6b2e6, #f9c54e, #d15b3d);
}

Muted Shades of Teal color palette created on .