Pretty Vampire Boy Color Palette

Discover the beautiful Pretty Vampire Boy color palette featuring cedar (#3d101d), stiletto (#89293b), cinnabar (#e13e33), sandy brown (#f4a462) and marzipan (#f6e48e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Modern, Red, 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 Pretty Vampire Boy palette

Share this palette to:

💻 Pretty Vampire Boy color palette CSS

/* CSS */
.color-1 {
color: #3d101d;
}
.color-2 {
color: #89293b;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #3d101d;
--color-2: #89293b;
--color-3: #e13e33;
--color-4: #f4a462;
--color-5: #f6e48e;
}

🌈 Pretty Vampire Boy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d101d, #89293b, #e13e33, #f4a462, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d101d, #89293b, #e13e33, #f4a462, #f6e48e);
}

Pretty Vampire Boy color palette created on .