Lunar Eclipse Color Palette
Discover the beautiful Lunar Eclipse color palette featuring bunting (#141943), chambray (#39409d), moody blue (#6e73ce), perano (#afbfee) and zircon (#f0f3ff).
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 Lunar Eclipse palette
💻 Lunar Eclipse color palette CSS
/* CSS */
.color-1 {
color: #141943;
}
.color-2 {
color: #39409d;
}
.color-3 {
color: #6e73ce;
}
.color-4 {
color: #afbfee;
}
.color-5 {
color: #f0f3ff;
}
/* CSS Variables */
:root {
--color-1: #141943;
--color-2: #39409d;
--color-3: #6e73ce;
--color-4: #afbfee;
--color-5: #f0f3ff;
} 🌈 Lunar Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141943, #39409d, #6e73ce, #afbfee, #f0f3ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141943, #39409d, #6e73ce, #afbfee, #f0f3ff);
} 🔗 Explore similar color palettes
Lunar Eclipse color palette created on .