Muted Pink Color Palette
Discover the beautiful Muted Pink color palette featuring cararra (#e6e5e0), soft amber (#d2c6b6), lily (#c0a5b0), monsoon (#8d7c85) and tiara (#c4d4d1).
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: #e6e5e0;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c0a5b0;
}
.color-4 {
color: #8d7c85;
}
.color-5 {
color: #c4d4d1;
}
/* CSS Variables */
:root {
--color-1: #e6e5e0;
--color-2: #d2c6b6;
--color-3: #c0a5b0;
--color-4: #8d7c85;
--color-5: #c4d4d1;
} 🌈 Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
} 🔗 Explore similar color palettes
Muted Pink color palette created on .