Blue Moonlight Color Palette

Discover the beautiful Blue Moonlight color palette featuring east bay (#3e5c89), ship cove (#6b86b8), regent st blue (#a2c2e7), sandwisp (#f3e2a0) and rose bud (#f9b7b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, 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 Moonlight palette

Share this palette to:

💻 Blue Moonlight color palette CSS

/* CSS */
.color-1 {
color: #3e5c89;
}
.color-2 {
color: #6b86b8;
}
.color-3 {
color: #a2c2e7;
}
.color-4 {
color: #f3e2a0;
}
.color-5 {
color: #f9b7b3;
}

/* CSS Variables */
:root {
--color-1: #3e5c89;
--color-2: #6b86b8;
--color-3: #a2c2e7;
--color-4: #f3e2a0;
--color-5: #f9b7b3;
}

🌈 Blue Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5c89, #6b86b8, #a2c2e7, #f3e2a0, #f9b7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5c89, #6b86b8, #a2c2e7, #f3e2a0, #f9b7b3);
}

Blue Moonlight color palette created on .