Mage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mage Color Palette (PNG)
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);
}
Similar color palettes
Mage color palette created on .