Muted Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Elegance palette

Share this palette to:

Muted Elegance color palette PNG image

Download muted elegance color palette PNG image (landscape)
Download muted elegance color palette PNG image (square)

Muted Elegance color palette CSS

/* CSS */
.color-1 {
color: #230b0c;
}
.color-2 {
color: #624146;
}
.color-3 {
color: #a1979e;
}
.color-4 {
color: #3e3d42;
}
.color-5 {
color: #6b1f22;
}

/* CSS Variables */
:root {
--color-1: #230b0c;
--color-2: #624146;
--color-3: #a1979e;
--color-4: #3e3d42;
--color-5: #6b1f22;
}

Muted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #230b0c, #624146, #a1979e, #3e3d42, #6b1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #230b0c, #624146, #a1979e, #3e3d42, #6b1f22);
}

Muted Elegance color palette created on .