Blood Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood Winter palette

Share this palette to:

Blood Winter color palette PNG image

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

Blood Winter color palette CSS

/* CSS */
.color-1 {
color: #5e0d12;
}
.color-2 {
color: #860e16;
}
.color-3 {
color: #c92c37;
}
.color-4 {
color: #f1b3b1;
}
.color-5 {
color: #f3e0d3;
}

/* CSS Variables */
:root {
--color-1: #5e0d12;
--color-2: #860e16;
--color-3: #c92c37;
--color-4: #f1b3b1;
--color-5: #f3e0d3;
}

Blood Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0d12, #860e16, #c92c37, #f1b3b1, #f3e0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0d12, #860e16, #c92c37, #f1b3b1, #f3e0d3);
}

Blood Winter color palette created on .