Blood Moon Color Palette
Discover the beautiful Blood Moon color palette featuring aubergine (#3d0a0f), persian plum (#6a1b1e), stiletto (#9e2e32), mandy (#e15658) and rose bud (#f8bba5).
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: #3d0a0f;
}
.color-2 {
color: #6a1b1e;
}
.color-3 {
color: #9e2e32;
}
.color-4 {
color: #e15658;
}
.color-5 {
color: #f8bba5;
}
/* CSS Variables */
:root {
--color-1: #3d0a0f;
--color-2: #6a1b1e;
--color-3: #9e2e32;
--color-4: #e15658;
--color-5: #f8bba5;
} 🌈 Blood Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0f, #6a1b1e, #9e2e32, #e15658, #f8bba5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0f, #6a1b1e, #9e2e32, #e15658, #f8bba5);
} 🔗 Explore similar color palettes
Blood Moon color palette created on .