Muted Burgundy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Burgundy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Burgundy Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Muted Burgundy color palette created on .