Blue Moon Color Palette

Discover the beautiful Blue Moon color palette featuring malibu (#8dcef7), cerulean (#12aad9), blue chill (#0c6c92), teal blue (#074564) and blue whale (#04304e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Teal, Coastal, Bright, Deep, Modern, Summer, 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 Blue Moon palette

Share this palette to:

💻 Blue Moon color palette CSS

/* CSS */
.color-1 {
color: #8dcef7;
}
.color-2 {
color: #12aad9;
}
.color-3 {
color: #0c6c92;
}
.color-4 {
color: #074564;
}
.color-5 {
color: #04304e;
}

/* CSS Variables */
:root {
--color-1: #8dcef7;
--color-2: #12aad9;
--color-3: #0c6c92;
--color-4: #074564;
--color-5: #04304e;
}

🌈 Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dcef7, #12aad9, #0c6c92, #074564, #04304e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dcef7, #12aad9, #0c6c92, #074564, #04304e);
}

Blue Moon color palette created on .