Crystal Mage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crystal Mage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crystal Mage Color Palette (PNG)
Crystal Mage color palette CSS
/* CSS */
.color-1 {
color: #6f4de0;
}
.color-2 {
color: #3d2fda;
}
.color-3 {
color: #1c1eb0;
}
.color-4 {
color: #1717ab;
}
.color-5 {
color: #10045d;
}
/* CSS Variables */
:root {
--color-1: #6f4de0;
--color-2: #3d2fda;
--color-3: #1c1eb0;
--color-4: #1717ab;
--color-5: #10045d;
}
Crystal Mage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4de0, #3d2fda, #1c1eb0, #1717ab, #10045d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4de0, #3d2fda, #1c1eb0, #1717ab, #10045d);
}
Similar color palettes
Crystal Mage color palette created on .