Ghoul Magic Color Palette

Discover the beautiful Ghoul Magic color palette featuring bossanova (#583267), affair (#7f4c94), french lilac (#e6a9ea), classic rose (#fac7e4) and sundown (#ffb8b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Plum, Pink, Lavender, Soft, Muted, Elegant, Light 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: #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);
}

Ghoul Magic color palette created on .