Blood Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blood Red palette
Blood Red color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c64e4e;
}
.color-3 {
color: #e47b5e;
}
.color-4 {
color: #f7a578;
}
.color-5 {
color: #f3c2b4;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c64e4e;
--color-3: #e47b5e;
--color-4: #f7a578;
--color-5: #f3c2b4;
}
Blood Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c64e4e, #e47b5e, #f7a578, #f3c2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c64e4e, #e47b5e, #f7a578, #f3c2b4);
}
Similar color palettes
Blood Red color palette created on .