Vampire Midnight Color Palette

Discover the beautiful Vampire Midnight color palette featuring mulled wine (#4a3c5d), butterfly bush (#5e4a82), affair (#7a509b), strikemaster (#a15e9b) and charm (#d67a8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Purple, Midnight 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 Vampire Midnight palette

Share this palette to:

💻 Vampire Midnight color palette CSS

/* CSS */
.color-1 {
color: #4a3c5d;
}
.color-2 {
color: #5e4a82;
}
.color-3 {
color: #7a509b;
}
.color-4 {
color: #a15e9b;
}
.color-5 {
color: #d67a8d;
}

/* CSS Variables */
:root {
--color-1: #4a3c5d;
--color-2: #5e4a82;
--color-3: #7a509b;
--color-4: #a15e9b;
--color-5: #d67a8d;
}

🌈 Vampire Midnight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c5d, #5e4a82, #7a509b, #a15e9b, #d67a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c5d, #5e4a82, #7a509b, #a15e9b, #d67a8d);
}

Vampire Midnight color palette created on .