Blue Moon Color Palette

Discover the beautiful Blue Moon color palette featuring malibu (#7bc8f9), sail (#ade2f7), charlotte (#c2ebf9), foam (#dbf3fc) and zircon (#f8fbff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Blue, Bright, Coastal, Light, Pastel, Soft, Summer 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 Blue Moon palette

Share this palette to:

💻 Blue Moon color palette CSS

/* CSS */
.color-1 {
color: #7bc8f9;
}
.color-2 {
color: #ade2f7;
}
.color-3 {
color: #c2ebf9;
}
.color-4 {
color: #dbf3fc;
}
.color-5 {
color: #f8fbff;
}

/* CSS Variables */
:root {
--color-1: #7bc8f9;
--color-2: #ade2f7;
--color-3: #c2ebf9;
--color-4: #dbf3fc;
--color-5: #f8fbff;
}

🌈 Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bc8f9, #ade2f7, #c2ebf9, #dbf3fc, #f8fbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bc8f9, #ade2f7, #c2ebf9, #dbf3fc, #f8fbff);
}

Blue Moon color palette created on .