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