Crystal Mage Color Palette
Discover the beautiful Crystal Mage color palette featuring royal blue (#704ee0), purple heart (#3d2fdb), persian blue (#1c1fb1), torea bay (#1717a9) and paris m (#10045b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, High Contrast, Indigo, Masculine, Modern, 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 Crystal Mage palette
💻 Crystal Mage color palette CSS
/* CSS */
.color-1 {
color: #704ee0;
}
.color-2 {
color: #3d2fdb;
}
.color-3 {
color: #1c1fb1;
}
.color-4 {
color: #1717a9;
}
.color-5 {
color: #10045b;
}
/* CSS Variables */
:root {
--color-1: #704ee0;
--color-2: #3d2fdb;
--color-3: #1c1fb1;
--color-4: #1717a9;
--color-5: #10045b;
} 🌈 Crystal Mage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704ee0, #3d2fdb, #1c1fb1, #1717a9, #10045b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704ee0, #3d2fdb, #1c1fb1, #1717a9, #10045b);
} 🔗 Explore similar color palettes
Crystal Mage color palette created on .