Blood Moon Color Palette
Discover the beautiful Blood Moon color palette featuring persian plum (#691b1e), tall poppy (#b82d28), carnation (#f05660), rose bud (#f9a68b) and cinderella (#fce3d4).
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: #691b1e;
}
.color-2 {
color: #b82d28;
}
.color-3 {
color: #f05660;
}
.color-4 {
color: #f9a68b;
}
.color-5 {
color: #fce3d4;
}
/* CSS Variables */
:root {
--color-1: #691b1e;
--color-2: #b82d28;
--color-3: #f05660;
--color-4: #f9a68b;
--color-5: #fce3d4;
}
🌈 Blood Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b1e, #b82d28, #f05660, #f9a68b, #fce3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b1e, #b82d28, #f05660, #f9a68b, #fce3d4);
}
🔗 Explore similar color palettes
Blood Moon color palette created on .