Muted Poppy Melancholy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Poppy Melancholy palette

Share this palette to:

Muted Poppy Melancholy color palette CSS

/* CSS */
.color-1 {
color: #d3523c;
}
.color-2 {
color: #a85d5f;
}
.color-3 {
color: #edb69c;
}
.color-4 {
color: #f3c1aa;
}
.color-5 {
color: #e8a3a1;
}

/* CSS Variables */
:root {
--color-1: #d3523c;
--color-2: #a85d5f;
--color-3: #edb69c;
--color-4: #f3c1aa;
--color-5: #e8a3a1;
}

Muted Poppy Melancholy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3523c, #a85d5f, #edb69c, #f3c1aa, #e8a3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3523c, #a85d5f, #edb69c, #f3c1aa, #e8a3a1);
}

Muted Poppy Melancholy color palette created on .