Lunares Aether Color Palette
Discover the beautiful Lunares Aether color palette featuring white lilac (#efe4f6), prelude (#d1c3e9), cold purple (#b59edb), moody blue (#7c7dcb) and indigo (#5d6cc0).
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 Lunares Aether palette
💻 Lunares Aether color palette CSS
/* CSS */
.color-1 {
color: #efe4f6;
}
.color-2 {
color: #d1c3e9;
}
.color-3 {
color: #b59edb;
}
.color-4 {
color: #7c7dcb;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #efe4f6;
--color-2: #d1c3e9;
--color-3: #b59edb;
--color-4: #7c7dcb;
--color-5: #5d6cc0;
} 🌈 Lunares Aether background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4f6, #d1c3e9, #b59edb, #7c7dcb, #5d6cc0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4f6, #d1c3e9, #b59edb, #7c7dcb, #5d6cc0);
} 🔗 Explore similar color palettes
Lunares Aether color palette created on .