Vampire Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vampire Elegance Color Palette (PNG)
Vampire Elegance color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #6a3e4c;
}
.color-3 {
color: #bfb3d5;
}
.color-4 {
color: #4c1f30;
}
.color-5 {
color: #1b0e0e;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #6a3e4c;
--color-3: #bfb3d5;
--color-4: #4c1f30;
--color-5: #1b0e0e;
}
Vampire Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #6a3e4c, #bfb3d5, #4c1f30, #1b0e0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #6a3e4c, #bfb3d5, #4c1f30, #1b0e0e);
}
Similar color palettes
Vampire Elegance color palette created on .