Light Blue Luna Color Palette
Discover the beautiful Light Blue Luna color palette featuring white ice (#e0f6fa), ice cold (#b2ecf5), spray (#85e3ef), java (#1ccfe3) and cerulean (#00affa).
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 Light Blue Luna palette
💻 Light Blue Luna color palette CSS
/* CSS */
.color-1 {
color: #e0f6fa;
}
.color-2 {
color: #b2ecf5;
}
.color-3 {
color: #85e3ef;
}
.color-4 {
color: #1ccfe3;
}
.color-5 {
color: #00affa;
}
/* CSS Variables */
:root {
--color-1: #e0f6fa;
--color-2: #b2ecf5;
--color-3: #85e3ef;
--color-4: #1ccfe3;
--color-5: #00affa;
} 🌈 Light Blue Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6fa, #b2ecf5, #85e3ef, #1ccfe3, #00affa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6fa, #b2ecf5, #85e3ef, #1ccfe3, #00affa);
} 🔗 Explore similar color palettes
Light Blue Luna color palette created on .