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: #b09fc6;
}
.color-2 {
color: #a28b9b;
}
.color-3 {
color: #d5c4a5;
}
.color-4 {
color: #e3b559;
}
.color-5 {
color: #e5a35d;
}

/* CSS Variables */
:root {
--color-1: #b09fc6;
--color-2: #a28b9b;
--color-3: #d5c4a5;
--color-4: #e3b559;
--color-5: #e5a35d;
}

Muted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b09fc6, #a28b9b, #d5c4a5, #e3b559, #e5a35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b09fc6, #a28b9b, #d5c4a5, #e3b559, #e5a35d);
}

Muted Elegance color palette created on .