Vampire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vampire palette

Share this palette to:

Vampire color palette PNG image

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

Vampire color palette CSS

/* CSS */
.color-1 {
color: #3d0a0b;
}
.color-2 {
color: #6d1c1e;
}
.color-3 {
color: #a04b4f;
}
.color-4 {
color: #c05d61;
}
.color-5 {
color: #f2b1b2;
}

/* CSS Variables */
:root {
--color-1: #3d0a0b;
--color-2: #6d1c1e;
--color-3: #a04b4f;
--color-4: #c05d61;
--color-5: #f2b1b2;
}

Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0b, #6d1c1e, #a04b4f, #c05d61, #f2b1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0b, #6d1c1e, #a04b4f, #c05d61, #f2b1b2);
}

Vampire color palette created on .