Light Blue Luna Color Palette

Discover the beautiful Light Blue Luna color palette featuring white ice (#e0f6fa), ice cold (#b3ecf5), spray (#85e2ef), java (#1ccce1) and azure radiance (#00aefa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cool, Light, Modern, Spring, Tropical, 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 Light Blue Luna palette

Share this palette to:

💻 Light Blue Luna color palette CSS

/* CSS */
.color-1 {
color: #e0f6fa;
}
.color-2 {
color: #b3ecf5;
}
.color-3 {
color: #85e2ef;
}
.color-4 {
color: #1ccce1;
}
.color-5 {
color: #00aefa;
}

/* CSS Variables */
:root {
--color-1: #e0f6fa;
--color-2: #b3ecf5;
--color-3: #85e2ef;
--color-4: #1ccce1;
--color-5: #00aefa;
}

🌈 Light Blue Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6fa, #b3ecf5, #85e2ef, #1ccce1, #00aefa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6fa, #b3ecf5, #85e2ef, #1ccce1, #00aefa);
}

Light Blue Luna color palette created on .