Moonlight Color Palette
Discover the beautiful Moonlight color palette featuring catalina blue (#0c367e), fun blue (#1963b3), curious blue (#259eda), sky blue (#70d0eb) and tropical blue (#bddcf5).
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 Moonlight palette
💻 Moonlight color palette CSS
/* CSS */
.color-1 {
color: #0c367e;
}
.color-2 {
color: #1963b3;
}
.color-3 {
color: #259eda;
}
.color-4 {
color: #70d0eb;
}
.color-5 {
color: #bddcf5;
}
/* CSS Variables */
:root {
--color-1: #0c367e;
--color-2: #1963b3;
--color-3: #259eda;
--color-4: #70d0eb;
--color-5: #bddcf5;
}
🌈 Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c367e, #1963b3, #259eda, #70d0eb, #bddcf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c367e, #1963b3, #259eda, #70d0eb, #bddcf5);
}
🔗 Explore similar color palettes
Moonlight color palette created on .