Crystal Mage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crystal Mage palette
Crystal Mage color palette PNG image
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
Scroll down to explore 1000+ colors.deep-purple color palettes
Crystal Mage color palette created on .