Blood Moon Color Palette

Discover the beautiful Blood Moon color palette featuring dark tan (#5c0f17), stiletto (#a03b3f), contessa (#c76b70), shilo (#e5a4a6) and we peep (#f4d2d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Burgundy, Pink, Gray, 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: #5c0f17;
}
.color-2 {
color: #a03b3f;
}
.color-3 {
color: #c76b70;
}
.color-4 {
color: #e5a4a6;
}
.color-5 {
color: #f4d2d3;
}

/* CSS Variables */
:root {
--color-1: #5c0f17;
--color-2: #a03b3f;
--color-3: #c76b70;
--color-4: #e5a4a6;
--color-5: #f4d2d3;
}

🌈 Blood Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0f17, #a03b3f, #c76b70, #e5a4a6, #f4d2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0f17, #a03b3f, #c76b70, #e5a4a6, #f4d2d3);
}

Blood Moon color palette created on .