Moonlight Color Palette
Discover the beautiful Moonlight color palette featuring pattens blue (#dbe7ff), anakiwa (#a3c2ff), cornflower blue (#6a8efb), dodger blue (#4c6ffa) and lucky point (#1e1e76).
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: #dbe7ff;
}
.color-2 {
color: #a3c2ff;
}
.color-3 {
color: #6a8efb;
}
.color-4 {
color: #4c6ffa;
}
.color-5 {
color: #1e1e76;
}
/* CSS Variables */
:root {
--color-1: #dbe7ff;
--color-2: #a3c2ff;
--color-3: #6a8efb;
--color-4: #4c6ffa;
--color-5: #1e1e76;
} 🌈 Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe7ff, #a3c2ff, #6a8efb, #4c6ffa, #1e1e76);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe7ff, #a3c2ff, #6a8efb, #4c6ffa, #1e1e76);
} 🔗 Explore similar color palettes
Moonlight color palette created on .