Moon Color Palette
Discover the beautiful Moon color palette featuring moon raker (#c0c9f2), blue bell (#8d97c3), waikawa gray (#5b6c95), east bay (#3d4e7f) and cloud burst (#1f2b5b).
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 Moon palette
💻 Moon color palette CSS
/* CSS */
.color-1 {
color: #c0c9f2;
}
.color-2 {
color: #8d97c3;
}
.color-3 {
color: #5b6c95;
}
.color-4 {
color: #3d4e7f;
}
.color-5 {
color: #1f2b5b;
}
/* CSS Variables */
:root {
--color-1: #c0c9f2;
--color-2: #8d97c3;
--color-3: #5b6c95;
--color-4: #3d4e7f;
--color-5: #1f2b5b;
}
🌈 Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
🔗 Explore similar color palettes
Moon color palette created on .