Bleeding Red Color Palette

Discover the beautiful Bleeding Red color palette featuring tamarillo (#8e0d0c), kenyan copper (#7f160c), moccaccino (#741715), tamarillo (#981d11) and roof terracotta (#a8271b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Dark, Deep, Earthy, Masculine, Red, Retro, Vintage, Warm 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 Bleeding Red palette

Share this palette to:

💻 Bleeding Red color palette CSS

/* CSS */
.color-1 {
color: #8e0d0c;
}
.color-2 {
color: #7f160c;
}
.color-3 {
color: #741715;
}
.color-4 {
color: #981d11;
}
.color-5 {
color: #a8271b;
}

/* CSS Variables */
:root {
--color-1: #8e0d0c;
--color-2: #7f160c;
--color-3: #741715;
--color-4: #981d11;
--color-5: #a8271b;
}

🌈 Bleeding Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e0d0c, #7f160c, #741715, #981d11, #a8271b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e0d0c, #7f160c, #741715, #981d11, #a8271b);
}

Bleeding Red color palette created on .