Manly Purple Color Palette
Discover the beautiful Manly Purple color palette featuring butterfly bush (#5c4a8c), scampi (#6e5a96), wisteria (#8a6cb2), london hue (#b58dbf) and light wisteria (#d79dd8).
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 Manly Purple palette
💻 Manly Purple color palette CSS
/* CSS */
.color-1 {
color: #5c4a8c;
}
.color-2 {
color: #6e5a96;
}
.color-3 {
color: #8a6cb2;
}
.color-4 {
color: #b58dbf;
}
.color-5 {
color: #d79dd8;
}
/* CSS Variables */
:root {
--color-1: #5c4a8c;
--color-2: #6e5a96;
--color-3: #8a6cb2;
--color-4: #b58dbf;
--color-5: #d79dd8;
}
🌈 Manly Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
🔗 Explore similar color palettes
Manly Purple color palette created on .