Moonlight Blue Color Palette
Discover the beautiful Moonlight Blue color palette featuring athens gray (#f2f3f7), pigeon post (#a6b8d9), hoki (#5d7c92), fiord (#3b4d63) and charade (#2a2e37).
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 Blue palette
💻 Moonlight Blue color palette CSS
/* CSS */
.color-1 {
color: #f2f3f7;
}
.color-2 {
color: #a6b8d9;
}
.color-3 {
color: #5d7c92;
}
.color-4 {
color: #3b4d63;
}
.color-5 {
color: #2a2e37;
}
/* CSS Variables */
:root {
--color-1: #f2f3f7;
--color-2: #a6b8d9;
--color-3: #5d7c92;
--color-4: #3b4d63;
--color-5: #2a2e37;
}
🌈 Moonlight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f3f7, #a6b8d9, #5d7c92, #3b4d63, #2a2e37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f3f7, #a6b8d9, #5d7c92, #3b4d63, #2a2e37);
}
🔗 Explore similar color palettes
Moonlight Blue color palette created on .