Paranormal Color Palette

Discover the beautiful Paranormal color palette featuring gigas (#4b3c9f), chetwode blue (#807cda), dull lavender (#a59fe5), moon raker (#d4b2f0) and azalea (#f4c3e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Haunting, Spooky, Ethereal, Bright, Magenta, Lavender, Ghostly 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 Paranormal palette

Share this palette to:

💻 Paranormal color palette CSS

/* CSS */
.color-1 {
color: #4b3c9f;
}
.color-2 {
color: #807cda;
}
.color-3 {
color: #a59fe5;
}
.color-4 {
color: #d4b2f0;
}
.color-5 {
color: #f4c3e1;
}

/* CSS Variables */
:root {
--color-1: #4b3c9f;
--color-2: #807cda;
--color-3: #a59fe5;
--color-4: #d4b2f0;
--color-5: #f4c3e1;
}

🌈 Paranormal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c9f, #807cda, #a59fe5, #d4b2f0, #f4c3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c9f, #807cda, #a59fe5, #d4b2f0, #f4c3e1);
}

Paranormal color palette created on .