Muted Burgundy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Burgundy palette

Share this palette to:

Download Muted Burgundy Color Palette (PNG)

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

Muted Burgundy color palette CSS

/* CSS */
.color-1 {
color: #d5b3c0;
}
.color-2 {
color: #a46a8e;
}
.color-3 {
color: #704d7a;
}
.color-4 {
color: #3f2d4e;
}
.color-5 {
color: #1e0f29;
}

/* CSS Variables */
:root {
--color-1: #d5b3c0;
--color-2: #a46a8e;
--color-3: #704d7a;
--color-4: #3f2d4e;
--color-5: #1e0f29;
}

Muted Burgundy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b3c0, #a46a8e, #704d7a, #3f2d4e, #1e0f29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b3c0, #a46a8e, #704d7a, #3f2d4e, #1e0f29);
}

Muted Burgundy color palette created on .