Vampire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire palette
Vampire color palette PNG image
Vampire color palette CSS
/* CSS */
.color-1 {
color: #5a1c2e;
}
.color-2 {
color: #a04b60;
}
.color-3 {
color: #d49b9d;
}
.color-4 {
color: #f3b0a0;
}
.color-5 {
color: #f4e1d2;
}
/* CSS Variables */
:root {
--color-1: #5a1c2e;
--color-2: #a04b60;
--color-3: #d49b9d;
--color-4: #f3b0a0;
--color-5: #f4e1d2;
}
Vampire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a1c2e, #a04b60, #d49b9d, #f3b0a0, #f4e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a1c2e, #a04b60, #d49b9d, #f3b0a0, #f4e1d2);
}
Similar color palettes
Vampire color palette created on .