Neon Vampire Masquerade Color Palette

Discover the beautiful Neon Vampire Masquerade color palette featuring loulou (#390a2d), rose bud cherry (#7c0e45), cadillac (#b74e7d), buttercup (#f5a524) and sandwisp (#f4e1a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Masquerade, Pink, Purple, Vampire 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 Neon Vampire Masquerade palette

Share this palette to:

💻 Neon Vampire Masquerade color palette CSS

/* CSS */
.color-1 {
color: #390a2d;
}
.color-2 {
color: #7c0e45;
}
.color-3 {
color: #b74e7d;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--color-1: #390a2d;
--color-2: #7c0e45;
--color-3: #b74e7d;
--color-4: #f5a524;
--color-5: #f4e1a4;
}

🌈 Neon Vampire Masquerade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a2d, #7c0e45, #b74e7d, #f5a524, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a2d, #7c0e45, #b74e7d, #f5a524, #f4e1a4);
}

Neon Vampire Masquerade color palette created on .