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