Red Vampire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Vampire palette

Share this palette to:

Red Vampire color palette CSS

/* CSS */
.color-1 {
color: #4a0d0d;
}
.color-2 {
color: #6f1f1f;
}
.color-3 {
color: #a65e5e;
}
.color-4 {
color: #e6b2b2;
}
.color-5 {
color: #f5d6d6;
}

/* CSS Variables */
:root {
--color-1: #4a0d0d;
--color-2: #6f1f1f;
--color-3: #a65e5e;
--color-4: #e6b2b2;
--color-5: #f5d6d6;
}

Red Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0d0d, #6f1f1f, #a65e5e, #e6b2b2, #f5d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0d0d, #6f1f1f, #a65e5e, #e6b2b2, #f5d6d6);
}

Red Vampire color palette created on .