Blue Moon Color Palette

Discover the beautiful Blue Moon color palette featuring botticelli (#dbe4f0), pigeon post (#a6b7d9), ship cove (#6c90bc), east bay (#3d5d7f) and cello (#203a60).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cool, Night Sky, Light 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: #dbe4f0;
}
.color-2 {
color: #a6b7d9;
}
.color-3 {
color: #6c90bc;
}
.color-4 {
color: #3d5d7f;
}
.color-5 {
color: #203a60;
}

/* CSS Variables */
:root {
--color-1: #dbe4f0;
--color-2: #a6b7d9;
--color-3: #6c90bc;
--color-4: #3d5d7f;
--color-5: #203a60;
}

🌈 Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe4f0, #a6b7d9, #6c90bc, #3d5d7f, #203a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe4f0, #a6b7d9, #6c90bc, #3d5d7f, #203a60);
}

Blue Moon color palette created on .