Vampire Boyfriend Color Palette

Discover the beautiful Vampire Boyfriend color palette featuring purple (#690dab), electric violet (#9f1fef), bittersweet (#ff6e61), supernova (#ffcc00) and persian rose (#ff1492).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dark, Pink, Purple 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 Boyfriend palette

Share this palette to:

💻 Vampire Boyfriend color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9f1fef;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9f1fef;
--color-3: #ff6e61;
--color-4: #ffcc00;
--color-5: #ff1492;
}

🌈 Vampire Boyfriend background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9f1fef, #ff6e61, #ffcc00, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9f1fef, #ff6e61, #ffcc00, #ff1492);
}

Vampire Boyfriend color palette created on .