Blood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood palette

Share this palette to:

Download Blood Color Palette (PNG)

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

Blood color palette CSS

/* CSS */
.color-1 {
color: #7d1c30;
}
.color-2 {
color: #9d2a3d;
}
.color-3 {
color: #ba4a4e;
}
.color-4 {
color: #e06c6c;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #7d1c30;
--color-2: #9d2a3d;
--color-3: #ba4a4e;
--color-4: #e06c6c;
--color-5: #f8a2a0;
}

Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c30, #9d2a3d, #ba4a4e, #e06c6c, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c30, #9d2a3d, #ba4a4e, #e06c6c, #f8a2a0);
}

Blood color palette created on .