Moon Color Palette
Discover the beautiful Moon color palette featuring athens gray (#f0f2f4), botticelli (#c2d4e0), horizon (#5b7e9a), san juan (#2a4c6f) and cloud burst (#1c2c3f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMoon, Blue, Soft, Modern, Deep, Light Winter, Vibrant color palettes and combinations.
💡 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: #f0f2f4;
}
.color-2 {
color: #c2d4e0;
}
.color-3 {
color: #5b7e9a;
}
.color-4 {
color: #2a4c6f;
}
.color-5 {
color: #1c2c3f;
}
/* CSS Variables */
:root {
--color-1: #f0f2f4;
--color-2: #c2d4e0;
--color-3: #5b7e9a;
--color-4: #2a4c6f;
--color-5: #1c2c3f;
}
🌈 Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2f4, #c2d4e0, #5b7e9a, #2a4c6f, #1c2c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2f4, #c2d4e0, #5b7e9a, #2a4c6f, #1c2c3f);
}
🔗 Explore similar color palettes
Moon color palette created on .