Muted Rose Color Palette
Discover the beautiful Muted Rose color palette featuring cashmere (#e2b8a2), my pink (#d29a8e), brandy rose (#b78e7b), sand dune (#7f705c) and cabbage pont (#3f4b3a).
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 Rose palette
💻 Muted Rose color palette CSS
/* CSS */
.color-1 {
color: #e2b8a2;
}
.color-2 {
color: #d29a8e;
}
.color-3 {
color: #b78e7b;
}
.color-4 {
color: #7f705c;
}
.color-5 {
color: #3f4b3a;
}
/* CSS Variables */
:root {
--color-1: #e2b8a2;
--color-2: #d29a8e;
--color-3: #b78e7b;
--color-4: #7f705c;
--color-5: #3f4b3a;
} 🌈 Muted Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a2, #d29a8e, #b78e7b, #7f705c, #3f4b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a2, #d29a8e, #b78e7b, #7f705c, #3f4b3a);
} 🔗 Explore similar color palettes
Muted Rose color palette created on .