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: #6a4e4e;
}
.color-2 {
color: #b2a4a4;
}
.color-3 {
color: #e6d6d6;
}
.color-4 {
color: #d87d8e;
}
.color-5 {
color: #492c2c;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #b2a4a4;
--color-3: #e6d6d6;
--color-4: #d87d8e;
--color-5: #492c2c;
}

Vampire Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #b2a4a4, #e6d6d6, #d87d8e, #492c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #b2a4a4, #e6d6d6, #d87d8e, #492c2c);
}

Vampire Elegance color palette created on .