Blood for the Blood God Color Palette

Discover the beautiful Blood for the Blood God color palette featuring old brick (#9c1c31), japonica (#d57d6c), manhattan (#f3b7a0), copper rust (#a14f52) and wine berry (#5c1f25).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Deep, Earthy, Bright, Crimson, Autumn, Boho, Vintage, Dark 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 for the Blood God palette

Share this palette to:

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

Blood for the Blood God color palette created on .