Vampire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire palette
Vampire color palette CSS
/* CSS */
.color-1 {
color: #380a19;
}
.color-2 {
color: #732b2b;
}
.color-3 {
color: #b54a4a;
}
.color-4 {
color: #e67a7a;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #380a19;
--color-2: #732b2b;
--color-3: #b54a4a;
--color-4: #e67a7a;
--color-5: #ffb3b3;
}
Vampire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a19, #732b2b, #b54a4a, #e67a7a, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a19, #732b2b, #b54a4a, #e67a7a, #ffb3b3);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Crimson Shadows
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Dark Red
- Crimson Fury
- Shades of Pink
- Cherry Fizz Delight
- Crimson Eclipse
- Multiverse Webworks
- Whispering Shadows
Vampire color palette created on .