Drying Blood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Drying Blood palette
Color Inspiration
Images that showcase this color palette in real designs
Download Drying Blood Color Palette (PNG)
Drying Blood color palette CSS
/* CSS */
.color-1 {
color: #7a1f21;
}
.color-2 {
color: #b44b4d;
}
.color-3 {
color: #e07c7b;
}
.color-4 {
color: #f1b1b1;
}
.color-5 {
color: #c8797c;
}
/* CSS Variables */
:root {
--color-1: #7a1f21;
--color-2: #b44b4d;
--color-3: #e07c7b;
--color-4: #f1b1b1;
--color-5: #c8797c;
}
Drying Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f21, #b44b4d, #e07c7b, #f1b1b1, #c8797c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f21, #b44b4d, #e07c7b, #f1b1b1, #c8797c);
}
Similar color palettes
Drying Blood color palette created on .