Vampire Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vampire Red Color Palette (PNG)
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);
}
Similar color palettes
Vampire Red color palette created on .