Muted Purple Color Palette
Discover the beautiful Muted Purple color palette featuring east bay (#4c3e70), smoky (#5c536e), raven (#797d8b), pharlap (#a58b7e) and whiskey (#d2a670).
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 Purple palette
💻 Muted Purple color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #5c536e;
}
.color-3 {
color: #797d8b;
}
.color-4 {
color: #a58b7e;
}
.color-5 {
color: #d2a670;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #5c536e;
--color-3: #797d8b;
--color-4: #a58b7e;
--color-5: #d2a670;
}
🌈 Muted Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #5c536e, #797d8b, #a58b7e, #d2a670);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #5c536e, #797d8b, #a58b7e, #d2a670);
}
🔗 Explore similar color palettes
Muted Purple color palette created on .