Blue Moon Color Palette

Discover the beautiful Blue Moon color palette featuring chambray (#3b4c91), moody blue (#6d7fd0), cold purple (#9fb2e0), sidecar (#f1e0b6) and mandys pink (#f5bfb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Light, Moon, 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: #3b4c91;
}
.color-2 {
color: #6d7fd0;
}
.color-3 {
color: #9fb2e0;
}
.color-4 {
color: #f1e0b6;
}
.color-5 {
color: #f5bfb3;
}

/* CSS Variables */
:root {
--color-1: #3b4c91;
--color-2: #6d7fd0;
--color-3: #9fb2e0;
--color-4: #f1e0b6;
--color-5: #f5bfb3;
}

🌈 Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4c91, #6d7fd0, #9fb2e0, #f1e0b6, #f5bfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4c91, #6d7fd0, #9fb2e0, #f1e0b6, #f5bfb3);
}

Blue Moon color palette created on .