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: #6a907f;
}
.color-2 {
color: #496967;
}
.color-3 {
color: #304b50;
}
.color-4 {
color: #b7d7d1;
}
.color-5 {
color: #e2c6bb;
}

/* CSS Variables */
:root {
--color-1: #6a907f;
--color-2: #496967;
--color-3: #304b50;
--color-4: #b7d7d1;
--color-5: #e2c6bb;
}

Muted Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a907f, #496967, #304b50, #b7d7d1, #e2c6bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a907f, #496967, #304b50, #b7d7d1, #e2c6bb);
}

Muted Teal color palette created on .