Blood Color Palette

Discover the beautiful Blood color palette featuring falu red (#7d1c1c), mojo (#be3c3c), roman (#e05c5c), wewak (#f69d9d) and beauty bush (#f1c6c6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Deep, Red, Summer, Vibrant 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 palette

Share this palette to:

💻 Blood color palette CSS

/* CSS */
.color-1 {
color: #7d1c1c;
}
.color-2 {
color: #be3c3c;
}
.color-3 {
color: #e05c5c;
}
.color-4 {
color: #f69d9d;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #7d1c1c;
--color-2: #be3c3c;
--color-3: #e05c5c;
--color-4: #f69d9d;
--color-5: #f1c6c6;
}

🌈 Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c1c, #be3c3c, #e05c5c, #f69d9d, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c1c, #be3c3c, #e05c5c, #f69d9d, #f1c6c6);
}

Blood color palette created on .