Blue Moonlight Color Palette
Discover the beautiful Blue Moonlight color palette featuring tropical blue (#d3e4f8), regent st blue (#a2c7e7), viking (#7db3d9), danube (#5ca0d1) and boston blue (#3a8bb6).
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 Blue Moonlight palette
💻 Blue Moonlight color palette CSS
/* CSS */
.color-1 {
color: #d3e4f8;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #7db3d9;
}
.color-4 {
color: #5ca0d1;
}
.color-5 {
color: #3a8bb6;
}
/* CSS Variables */
:root {
--color-1: #d3e4f8;
--color-2: #a2c7e7;
--color-3: #7db3d9;
--color-4: #5ca0d1;
--color-5: #3a8bb6;
} 🌈 Blue Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e4f8, #a2c7e7, #7db3d9, #5ca0d1, #3a8bb6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e4f8, #a2c7e7, #7db3d9, #5ca0d1, #3a8bb6);
} 🔗 Explore similar color palettes
Blue Moonlight color palette created on .