Moonlight Color Palette
Discover the beautiful Moonlight color palette featuring white lilac (#f1f1f9), lavender gray (#c2c3e0), nepal (#8999be), wedgewood (#4c7c9e) and san juan (#2f4a6a).
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 Moonlight palette
💻 Moonlight color palette CSS
/* CSS */
.color-1 {
color: #f1f1f9;
}
.color-2 {
color: #c2c3e0;
}
.color-3 {
color: #8999be;
}
.color-4 {
color: #4c7c9e;
}
.color-5 {
color: #2f4a6a;
}
/* CSS Variables */
:root {
--color-1: #f1f1f9;
--color-2: #c2c3e0;
--color-3: #8999be;
--color-4: #4c7c9e;
--color-5: #2f4a6a;
}
🌈 Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f1f9, #c2c3e0, #8999be, #4c7c9e, #2f4a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f1f9, #c2c3e0, #8999be, #4c7c9e, #2f4a6a);
}
🔗 Explore similar color palettes
Moonlight color palette created on .