Bloody Maid Color Palette

Discover the beautiful Bloody Maid color palette featuring mahogany (#560606), dark burgundy (#6b0a0a), moccaccino (#761313), burnt umber (#8c2826) and tosca (#904341).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Bloody Maid color palette CSS

/* CSS */
.color-1 {
color: #560606;
}
.color-2 {
color: #6b0a0a;
}
.color-3 {
color: #761313;
}
.color-4 {
color: #8c2826;
}
.color-5 {
color: #904341;
}

/* CSS Variables */
:root {
--color-1: #560606;
--color-2: #6b0a0a;
--color-3: #761313;
--color-4: #8c2826;
--color-5: #904341;
}

🌈 Bloody Maid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #560606, #6b0a0a, #761313, #8c2826, #904341);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #560606, #6b0a0a, #761313, #8c2826, #904341);
}

Bloody Maid color palette created on .