Dark Blue Moon Color Palette
Discover the beautiful Dark Blue Moon color palette featuring mirage (#1c202c), bright gray (#373c4e), comet (#606480), casper (#b6c1d8) and botticelli (#d1d9e6).
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 Dark Blue Moon palette
💻 Dark Blue Moon color palette CSS
/* CSS */
.color-1 {
color: #1c202c;
}
.color-2 {
color: #373c4e;
}
.color-3 {
color: #606480;
}
.color-4 {
color: #b6c1d8;
}
.color-5 {
color: #d1d9e6;
}
/* CSS Variables */
:root {
--color-1: #1c202c;
--color-2: #373c4e;
--color-3: #606480;
--color-4: #b6c1d8;
--color-5: #d1d9e6;
} 🌈 Dark Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c202c, #373c4e, #606480, #b6c1d8, #d1d9e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c202c, #373c4e, #606480, #b6c1d8, #d1d9e6);
} 🔗 Explore similar color palettes
Dark Blue Moon color palette created on .