Blood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood palette

Share this palette to:

Blood color palette PNG image

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

Blood color palette CSS

/* CSS */
.color-1 {
color: #7d1c1c;
}
.color-2 {
color: #be3c3c;
}
.color-3 {
color: #e05c5c;
}
.color-4 {
color: #f69d9d;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #7d1c1c;
--color-2: #be3c3c;
--color-3: #e05c5c;
--color-4: #f69d9d;
--color-5: #f1c6c6;
}

Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c1c, #be3c3c, #e05c5c, #f69d9d, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c1c, #be3c3c, #e05c5c, #f69d9d, #f1c6c6);
}

Blood color palette created on .