Luna Blue Color Palette
Discover the beautiful Luna Blue color palette featuring lily white (#e5f7ff), anakiwa (#b3e0ff), anakiwa (#80ceff), dodger blue (#4da6ff) and azure radiance (#0099ff).
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 Luna Blue palette
💻 Luna Blue color palette CSS
/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #b3e0ff;
}
.color-3 {
color: #80ceff;
}
.color-4 {
color: #4da6ff;
}
.color-5 {
color: #0099ff;
}
/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #b3e0ff;
--color-3: #80ceff;
--color-4: #4da6ff;
--color-5: #0099ff;
} 🌈 Luna Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #b3e0ff, #80ceff, #4da6ff, #0099ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #b3e0ff, #80ceff, #4da6ff, #0099ff);
} 🔗 Explore similar color palettes
Luna Blue color palette created on .