Vampire Red Color Palette
Discover the beautiful Vampire Red color palette featuring maroon oak (#5c0f1d), burnt umber (#892a33), chestnut (#b94b4f), sunglo (#e67b79) and mandys pink (#f2b1b3).
Brightness
Saturation
Warmth
💡 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 Red palette
💻 Vampire Red color palette CSS
/* CSS */
.color-1 {
color: #5c0f1d;
}
.color-2 {
color: #892a33;
}
.color-3 {
color: #b94b4f;
}
.color-4 {
color: #e67b79;
}
.color-5 {
color: #f2b1b3;
}
/* CSS Variables */
:root {
--color-1: #5c0f1d;
--color-2: #892a33;
--color-3: #b94b4f;
--color-4: #e67b79;
--color-5: #f2b1b3;
}
🌈 Vampire Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0f1d, #892a33, #b94b4f, #e67b79, #f2b1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0f1d, #892a33, #b94b4f, #e67b79, #f2b1b3);
}
🔗 Explore similar color palettes
Vampire Red color palette created on .