Muted Burgundy Color Palette
Discover the beautiful Muted Burgundy color palette featuring blossom (#d5b3c0), strikemaster (#a46a8e), affair (#704d7a), martinique (#3f2d4e) and haiti (#1e0f29).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Muted Burgundy palette
💻 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);
}
🔗 Explore similar color palettes
Muted Burgundy color palette created on .