Moonlight Color Palette
Discover the beautiful Moonlight color palette featuring casper (#b6c8d8), cadet blue (#a4b5c1), regent gray (#8d98aa), slate gray (#6e7e91) and blue bayoux (#4d5a7a).
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: #b6c8d8;
}
.color-2 {
color: #a4b5c1;
}
.color-3 {
color: #8d98aa;
}
.color-4 {
color: #6e7e91;
}
.color-5 {
color: #4d5a7a;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a4b5c1;
--color-3: #8d98aa;
--color-4: #6e7e91;
--color-5: #4d5a7a;
} 🌈 Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a4b5c1, #8d98aa, #6e7e91, #4d5a7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a4b5c1, #8d98aa, #6e7e91, #4d5a7a);
} 🔗 Explore similar color palettes
Moonlight color palette created on .