Blue Moonlight Color Palette
Discover the beautiful Blue Moonlight color palette featuring pigeon post (#b0c4de), nepal (#8b9cbb), kashmir blue (#527b98), san juan (#2d4c6c) and big stone (#1b2a41).
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: #b0c4de;
}
.color-2 {
color: #8b9cbb;
}
.color-3 {
color: #527b98;
}
.color-4 {
color: #2d4c6c;
}
.color-5 {
color: #1b2a41;
}
/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #8b9cbb;
--color-3: #527b98;
--color-4: #2d4c6c;
--color-5: #1b2a41;
} 🌈 Blue Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #8b9cbb, #527b98, #2d4c6c, #1b2a41);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #8b9cbb, #527b98, #2d4c6c, #1b2a41);
} 🔗 Explore similar color palettes
Blue Moonlight color palette created on .