Moonlit Dream Color Palette

Discover the beautiful Moonlit Dream color palette featuring biscay (#1e3b76), blue bayoux (#4b5b81), waterloo (#7d7d9b), london hue (#b4a2c3) and wafer (#d9c4c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Blue, Soft, Muted, Gray, Purple 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 Moonlit Dream palette

Share this palette to:

💻 Moonlit Dream color palette CSS

/* CSS */
.color-1 {
color: #1e3b76;
}
.color-2 {
color: #4b5b81;
}
.color-3 {
color: #7d7d9b;
}
.color-4 {
color: #b4a2c3;
}
.color-5 {
color: #d9c4c5;
}

/* CSS Variables */
:root {
--color-1: #1e3b76;
--color-2: #4b5b81;
--color-3: #7d7d9b;
--color-4: #b4a2c3;
--color-5: #d9c4c5;
}

🌈 Moonlit Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b76, #4b5b81, #7d7d9b, #b4a2c3, #d9c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b76, #4b5b81, #7d7d9b, #b4a2c3, #d9c4c5);
}

Moonlit Dream color palette created on .