Moonlight Color Palette
Discover the beautiful Moonlight color palette featuring logan (#a6b1c9), heather (#bac7d4), botticelli (#d4e1e8), selago (#f2f7fd) and spindle (#b5c8e8).
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: #a6b1c9;
}
.color-2 {
color: #bac7d4;
}
.color-3 {
color: #d4e1e8;
}
.color-4 {
color: #f2f7fd;
}
.color-5 {
color: #b5c8e8;
}
/* CSS Variables */
:root {
--color-1: #a6b1c9;
--color-2: #bac7d4;
--color-3: #d4e1e8;
--color-4: #f2f7fd;
--color-5: #b5c8e8;
}
🌈 Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1c9, #bac7d4, #d4e1e8, #f2f7fd, #b5c8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1c9, #bac7d4, #d4e1e8, #f2f7fd, #b5c8e8);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Moonlight color palette created on .