Blood Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood Red Shades palette

Share this palette to:

Blood Red Shades color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #d94c3f;
}
.color-3 {
color: #f5a29e;
}
.color-4 {
color: #f9c6c3;
}
.color-5 {
color: #e8d4ce;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d94c3f;
--color-3: #f5a29e;
--color-4: #f9c6c3;
--color-5: #e8d4ce;
}

Blood Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d94c3f, #f5a29e, #f9c6c3, #e8d4ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d94c3f, #f5a29e, #f9c6c3, #e8d4ce);
}

Blood Red Shades color palette created on .