Vampire Midnight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire Midnight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vampire Midnight Color Palette (PNG)
Vampire Midnight color palette CSS
/* CSS */
.color-1 {
color: #4a3c5d;
}
.color-2 {
color: #5e4a82;
}
.color-3 {
color: #7a509b;
}
.color-4 {
color: #a15e9b;
}
.color-5 {
color: #d67a8d;
}
/* CSS Variables */
:root {
--color-1: #4a3c5d;
--color-2: #5e4a82;
--color-3: #7a509b;
--color-4: #a15e9b;
--color-5: #d67a8d;
}
Vampire Midnight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c5d, #5e4a82, #7a509b, #a15e9b, #d67a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c5d, #5e4a82, #7a509b, #a15e9b, #d67a8d);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Vampire Midnight color palette created on .