Muted Mauve Color Palette
Discover the beautiful Muted Mauve color palette featuring prelude (#d5c2e0), bouquet (#a77b9d), rodeo dust (#c7af99), santa fe (#a86b4d) and quincy (#5b3a29).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft Summer, Dark Autumn, Earthy, Muted color palettes and combinations.
💡 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 Mauve palette
💻 Muted Mauve color palette CSS
/* CSS */
.color-1 {
color: #d5c2e0;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #c7af99;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #5b3a29;
}
/* CSS Variables */
:root {
--color-1: #d5c2e0;
--color-2: #a77b9d;
--color-3: #c7af99;
--color-4: #a86b4d;
--color-5: #5b3a29;
}
🌈 Muted Mauve background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2e0, #a77b9d, #c7af99, #a86b4d, #5b3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2e0, #a77b9d, #c7af99, #a86b4d, #5b3a29);
}
🔗 Explore similar color palettes
Muted Mauve color palette created on .