Blood Moon Color Palette

Discover the beautiful Blood Moon color palette featuring congo brown (#6d3c3c), au chico (#a25d5d), new york pink (#d57c7c), wewak (#f4a39f) and beauty bush (#f1c0c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Maroon, Pink, Cream, Coral, Crimson, Soft, Bright, Moon 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 Moon palette

Share this palette to:

💻 Blood Moon color palette CSS

/* CSS */
.color-1 {
color: #6d3c3c;
}
.color-2 {
color: #a25d5d;
}
.color-3 {
color: #d57c7c;
}
.color-4 {
color: #f4a39f;
}
.color-5 {
color: #f1c0c0;
}

/* CSS Variables */
:root {
--color-1: #6d3c3c;
--color-2: #a25d5d;
--color-3: #d57c7c;
--color-4: #f4a39f;
--color-5: #f1c0c0;
}

🌈 Blood Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d3c3c, #a25d5d, #d57c7c, #f4a39f, #f1c0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d3c3c, #a25d5d, #d57c7c, #f4a39f, #f1c0c0);
}

Blood Moon color palette created on .