Vampire Color Palette

Discover the beautiful Vampire color palette featuring mojo (#c73d4b), old brick (#9c1c2d), persian plum (#6d1c2c), cocoa bean (#4a1c2d) and coffee bean (#2c0c16).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Deep, Dark, Crimson, Wine, Black, Masculine 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 palette

Share this palette to:

💻 Vampire color palette CSS

/* CSS */
.color-1 {
color: #c73d4b;
}
.color-2 {
color: #9c1c2d;
}
.color-3 {
color: #6d1c2c;
}
.color-4 {
color: #4a1c2d;
}
.color-5 {
color: #2c0c16;
}

/* CSS Variables */
:root {
--color-1: #c73d4b;
--color-2: #9c1c2d;
--color-3: #6d1c2c;
--color-4: #4a1c2d;
--color-5: #2c0c16;
}

🌈 Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c73d4b, #9c1c2d, #6d1c2c, #4a1c2d, #2c0c16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c73d4b, #9c1c2d, #6d1c2c, #4a1c2d, #2c0c16);
}

Vampire color palette created on .