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: #4b0c0f;
}
.color-2 {
color: #8d1c21;
}
.color-3 {
color: #c84c4e;
}
.color-4 {
color: #d9b4c6;
}
.color-5 {
color: #f5e0e4;
}

/* CSS Variables */
:root {
--color-1: #4b0c0f;
--color-2: #8d1c21;
--color-3: #c84c4e;
--color-4: #d9b4c6;
--color-5: #f5e0e4;
}

Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}

Vampire color palette created on .