Blood Red Color Palette

Discover the beautiful Blood Red color palette featuring brown derby (#511615), metallic copper (#692220), el salva (#823230), copper rust (#9a4847) and coral tree (#a6615e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Burgundy, Maroon, Earthy, Warm, Autumn, Muted, Crimson, Rustic 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 Red palette

Share this palette to:

💻 Blood Red color palette CSS

/* CSS */
.color-1 {
color: #511615;
}
.color-2 {
color: #692220;
}
.color-3 {
color: #823230;
}
.color-4 {
color: #9a4847;
}
.color-5 {
color: #a6615e;
}

/* CSS Variables */
:root {
--color-1: #511615;
--color-2: #692220;
--color-3: #823230;
--color-4: #9a4847;
--color-5: #a6615e;
}

🌈 Blood Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #511615, #692220, #823230, #9a4847, #a6615e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #511615, #692220, #823230, #9a4847, #a6615e);
}

Blood Red color palette created on .