Blood Moon Color Palette
Discover the beautiful Blood Moon color palette featuring moccaccino (#751615), thunderbird (#b9251d), cinnabar (#e34a4a), apricot (#ea8e66) and desert sand (#eac2a4).
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: #751615;
}
.color-2 {
color: #b9251d;
}
.color-3 {
color: #e34a4a;
}
.color-4 {
color: #ea8e66;
}
.color-5 {
color: #eac2a4;
}
/* CSS Variables */
:root {
--color-1: #751615;
--color-2: #b9251d;
--color-3: #e34a4a;
--color-4: #ea8e66;
--color-5: #eac2a4;
} 🌈 Blood Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #751615, #b9251d, #e34a4a, #ea8e66, #eac2a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #751615, #b9251d, #e34a4a, #ea8e66, #eac2a4);
} 🔗 Explore similar color palettes
Blood Moon color palette created on .