Crimson Vampire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Vampire palette

Share this palette to:

Crimson Vampire color palette CSS

/* CSS */
.color-1 {
color: #3d0a0a;
}
.color-2 {
color: #7d1c1c;
}
.color-3 {
color: #b13e3e;
}
.color-4 {
color: #e99b9b;
}
.color-5 {
color: #f7d4d4;
}

/* CSS Variables */
:root {
--color-1: #3d0a0a;
--color-2: #7d1c1c;
--color-3: #b13e3e;
--color-4: #e99b9b;
--color-5: #f7d4d4;
}

Crimson Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0a, #7d1c1c, #b13e3e, #e99b9b, #f7d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0a, #7d1c1c, #b13e3e, #e99b9b, #f7d4d4);
}

Crimson Vampire color palette created on .