Vampire Flower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire Flower palette
Vampire Flower color palette CSS
/* CSS */
.color-1 {
color: #4a111f;
}
.color-2 {
color: #8d2545;
}
.color-3 {
color: #b44158;
}
.color-4 {
color: #c25b7f;
}
.color-5 {
color: #771825;
}
/* CSS Variables */
:root {
--color-1: #4a111f;
--color-2: #8d2545;
--color-3: #b44158;
--color-4: #c25b7f;
--color-5: #771825;
}
Vampire Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a111f, #8d2545, #b44158, #c25b7f, #771825);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a111f, #8d2545, #b44158, #c25b7f, #771825);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Vampire Flower color palette created on .