Loading...

Blood Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood Red palette

Share this palette to:

Download Blood Red Color Palette (PNG)

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

Blood Red color palette CSS

/* CSS */
.color-1 {
color: #511615;
}
.color-2 {
color: #692220;
}
.color-3 {
color: #823230;
}
.color-4 {
color: #9a4847;
}
.color-5 {
color: #a6615e;
}

/* CSS Variables */
:root {
--color-1: #511615;
--color-2: #692220;
--color-3: #823230;
--color-4: #9a4847;
--color-5: #a6615e;
}

Blood Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #511615, #692220, #823230, #9a4847, #a6615e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #511615, #692220, #823230, #9a4847, #a6615e);
}

Blood Red color palette created on .