Blood Bat Color Palette

Discover the beautiful Blood Bat color palette featuring maroon oak (#4b0c0d), merlot (#7e1b1e), well read (#b42d34), carnation (#f04e4c) and vivid tangerine (#ff8a8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Dark, Bright, Fun, Autumn, High Contrast, Psychedelic, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Blood Bat palette

Share this palette to:

💻 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);
}

Blood Bat color palette created on .