Ghoul Magic Color Palette

Discover the beautiful Ghoul Magic color palette featuring bossanova (#583267), affair (#7f4d95), french lilac (#e5a7ea), classic rose (#fac5e3) and sundown (#ffb6b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Lavender, Light, Muted, Pink, Plum, Purple, Soft 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 Ghoul Magic palette

Share this palette to:

💻 Ghoul Magic color palette CSS

/* CSS */
.color-1 {
color: #583267;
}
.color-2 {
color: #7f4d95;
}
.color-3 {
color: #e5a7ea;
}
.color-4 {
color: #fac5e3;
}
.color-5 {
color: #ffb6b1;
}

/* CSS Variables */
:root {
--color-1: #583267;
--color-2: #7f4d95;
--color-3: #e5a7ea;
--color-4: #fac5e3;
--color-5: #ffb6b1;
}

🌈 Ghoul Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #583267, #7f4d95, #e5a7ea, #fac5e3, #ffb6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #583267, #7f4d95, #e5a7ea, #fac5e3, #ffb6b1);
}

Ghoul Magic color palette created on .