Bloody July Color Palette

Discover the beautiful Bloody July color palette featuring au chico (#945656), contessa (#bb6c6e), petite orchid (#de8d8e), wewak (#f6a9a3) and cinderella (#fbd1d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Coral, Earthy, Modern, Pink, Soft, 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 Bloody July palette

Share this palette to:

💻 Bloody July color palette CSS

/* CSS */
.color-1 {
color: #945656;
}
.color-2 {
color: #bb6c6e;
}
.color-3 {
color: #de8d8e;
}
.color-4 {
color: #f6a9a3;
}
.color-5 {
color: #fbd1d1;
}

/* CSS Variables */
:root {
--color-1: #945656;
--color-2: #bb6c6e;
--color-3: #de8d8e;
--color-4: #f6a9a3;
--color-5: #fbd1d1;
}

🌈 Bloody July background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #945656, #bb6c6e, #de8d8e, #f6a9a3, #fbd1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #945656, #bb6c6e, #de8d8e, #f6a9a3, #fbd1d1);
}

Bloody July color palette created on .