Moon Halo Color Palette
Discover the beautiful Moon Halo color palette featuring titan white (#e5e8ff), perano (#a9c5ef), danube (#6a9bd7), st tropaz (#2f5e92) and biscay (#1d3f72).
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 Halo palette
💻 Moon Halo color palette CSS
/* CSS */
.color-1 {
color: #e5e8ff;
}
.color-2 {
color: #a9c5ef;
}
.color-3 {
color: #6a9bd7;
}
.color-4 {
color: #2f5e92;
}
.color-5 {
color: #1d3f72;
}
/* CSS Variables */
:root {
--color-1: #e5e8ff;
--color-2: #a9c5ef;
--color-3: #6a9bd7;
--color-4: #2f5e92;
--color-5: #1d3f72;
}
🌈 Moon Halo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e8ff, #a9c5ef, #6a9bd7, #2f5e92, #1d3f72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e8ff, #a9c5ef, #6a9bd7, #2f5e92, #1d3f72);
}
🔗 Explore similar color palettes
Moon Halo color palette created on .