Muted Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Teal palette

Share this palette to:

Muted Teal color palette CSS

/* CSS */
.color-1 {
color: #e1c6a8;
}
.color-2 {
color: #b4a39d;
}
.color-3 {
color: #8c5a83;
}
.color-4 {
color: #5b8b9a;
}
.color-5 {
color: #3f7c8d;
}

/* CSS Variables */
:root {
--color-1: #e1c6a8;
--color-2: #b4a39d;
--color-3: #8c5a83;
--color-4: #5b8b9a;
--color-5: #3f7c8d;
}

Muted Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c6a8, #b4a39d, #8c5a83, #5b8b9a, #3f7c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c6a8, #b4a39d, #8c5a83, #5b8b9a, #3f7c8d);
}

Muted Teal color palette created on .