Vampire Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vampire Elegance palette

Share this palette to:

Vampire Elegance color palette PNG image

Download vampire elegance color palette PNG image (landscape)
Download vampire elegance color palette PNG image (square)

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);
}

Vampire Elegance color palette created on .