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: #dacaa4;
}
.color-2 {
color: #a4bcae;
}
.color-3 {
color: #6a8e90;
}
.color-4 {
color: #3d5b61;
}
.color-5 {
color: #1f3a3d;
}

/* CSS Variables */
:root {
--color-1: #dacaa4;
--color-2: #a4bcae;
--color-3: #6a8e90;
--color-4: #3d5b61;
--color-5: #1f3a3d;
}

Muted Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dacaa4, #a4bcae, #6a8e90, #3d5b61, #1f3a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dacaa4, #a4bcae, #6a8e90, #3d5b61, #1f3a3d);
}

Muted Teal color palette created on .