Mage Color Palette
Discover the beautiful Mage color palette featuring affair (#7b4c9e), lavender purple (#a67db0), thistle (#d2b1d0), azalea (#f5c7e1) and illusion (#f7abb5).
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 Mage palette
💻 Mage color palette CSS
/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #a67db0;
}
.color-3 {
color: #d2b1d0;
}
.color-4 {
color: #f5c7e1;
}
.color-5 {
color: #f7abb5;
}
/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #a67db0;
--color-3: #d2b1d0;
--color-4: #f5c7e1;
--color-5: #f7abb5;
}
🌈 Mage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #a67db0, #d2b1d0, #f5c7e1, #f7abb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #a67db0, #d2b1d0, #f5c7e1, #f7abb5);
}
🔗 Explore similar color palettes
Mage color palette created on .