Blue Moonlight Color Palette
Discover the beautiful Blue Moonlight color palette featuring mystic (#d7e6ea), periwinkle gray (#b3cde0), half baked (#88b8d7), havelock blue (#5a9bd8) and mariner (#307ac0).
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: #d7e6ea;
}
.color-2 {
color: #b3cde0;
}
.color-3 {
color: #88b8d7;
}
.color-4 {
color: #5a9bd8;
}
.color-5 {
color: #307ac0;
}
/* CSS Variables */
:root {
--color-1: #d7e6ea;
--color-2: #b3cde0;
--color-3: #88b8d7;
--color-4: #5a9bd8;
--color-5: #307ac0;
}
🌈 Blue Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e6ea, #b3cde0, #88b8d7, #5a9bd8, #307ac0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e6ea, #b3cde0, #88b8d7, #5a9bd8, #307ac0);
}
🔗 Explore similar color palettes
Blue Moonlight color palette created on .