Muted Pink Color Palette
Discover the beautiful Muted Pink color palette featuring cashmere (#e6b8a2), bison hide (#c4afa1), dusty gray (#a48e9c), mamba (#8c708f) and rum (#6e5a8c).
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 Pink palette
💻 Muted Pink color palette CSS
/* CSS */
.color-1 {
color: #e6b8a2;
}
.color-2 {
color: #c4afa1;
}
.color-3 {
color: #a48e9c;
}
.color-4 {
color: #8c708f;
}
.color-5 {
color: #6e5a8c;
}
/* CSS Variables */
:root {
--color-1: #e6b8a2;
--color-2: #c4afa1;
--color-3: #a48e9c;
--color-4: #8c708f;
--color-5: #6e5a8c;
}
🌈 Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}
🔗 Explore similar color palettes
Muted Pink color palette created on .