Muted Rose Grunge Color Palette
Discover the beautiful Muted Rose Grunge color palette featuring matterhorn (#4a3c3a), au chico (#8c5a5a), brandy rose (#b77c7b), rose fog (#e2b1ac) and mandys pink (#f4d1c3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Muted, Vintage 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 Rose Grunge palette
💻 Muted Rose Grunge color palette CSS
/* CSS */
.color-1 {
color: #4a3c3a;
}
.color-2 {
color: #8c5a5a;
}
.color-3 {
color: #b77c7b;
}
.color-4 {
color: #e2b1ac;
}
.color-5 {
color: #f4d1c3;
}
/* CSS Variables */
:root {
--color-1: #4a3c3a;
--color-2: #8c5a5a;
--color-3: #b77c7b;
--color-4: #e2b1ac;
--color-5: #f4d1c3;
}
🌈 Muted Rose Grunge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c3a, #8c5a5a, #b77c7b, #e2b1ac, #f4d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c3a, #8c5a5a, #b77c7b, #e2b1ac, #f4d1c3);
}
🔗 Explore similar color palettes
Muted Rose Grunge color palette created on .