Blood Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blood Winter palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blood Winter Color Palette (PNG)
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);
}
Similar color palettes
Blood Winter color palette created on .