Blood for the Blood God Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blood for the Blood God palette
Blood for the Blood God color palette PNG image
Blood for the Blood God color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #d57d6c;
}
.color-3 {
color: #f3b7a0;
}
.color-4 {
color: #a14f52;
}
.color-5 {
color: #5c1f25;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d57d6c;
--color-3: #f3b7a0;
--color-4: #a14f52;
--color-5: #5c1f25;
}
Blood for the Blood God background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d57d6c, #f3b7a0, #a14f52, #5c1f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d57d6c, #f3b7a0, #a14f52, #5c1f25);
}
Similar color palettes
Blood for the Blood God color palette created on .