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

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, Magenta, Purple, Pink, Soft, Spring, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Mage color palette created on .