Ghoul Magic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghoul Magic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ghoul Magic Color Palette (PNG)
Ghoul Magic color palette CSS
/* CSS */
.color-1 {
color: #583267;
}
.color-2 {
color: #7f4c94;
}
.color-3 {
color: #e6a9ea;
}
.color-4 {
color: #fac7e4;
}
.color-5 {
color: #ffb8b3;
}
/* CSS Variables */
:root {
--color-1: #583267;
--color-2: #7f4c94;
--color-3: #e6a9ea;
--color-4: #fac7e4;
--color-5: #ffb8b3;
}
Ghoul Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #583267, #7f4c94, #e6a9ea, #fac7e4, #ffb8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #583267, #7f4c94, #e6a9ea, #fac7e4, #ffb8b3);
}
Similar color palettes
Ghoul Magic color palette created on .