Blood Moon Color Palette
Discover the beautiful Blood Moon color palette featuring lonestar (#5e0202), dark burgundy (#7c0404), totem pole (#990505), milano red (#b80909) and monza (#ce0e0e).
Brightness
Saturation
Warmth
💡 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
💻 Blood Moon color palette CSS
/* CSS */
.color-1 {
color: #5e0202;
}
.color-2 {
color: #7c0404;
}
.color-3 {
color: #990505;
}
.color-4 {
color: #b80909;
}
.color-5 {
color: #ce0e0e;
}
/* CSS Variables */
:root {
--color-1: #5e0202;
--color-2: #7c0404;
--color-3: #990505;
--color-4: #b80909;
--color-5: #ce0e0e;
} 🌈 Blood Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0202, #7c0404, #990505, #b80909, #ce0e0e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0202, #7c0404, #990505, #b80909, #ce0e0e);
} 🔗 Explore similar color palettes
Blood Moon color palette created on .