Moonlit Dream Color Palette

Discover the beautiful Moonlit Dream color palette featuring wheat (#f3e4aa), brandy (#e2c6a6), london hue (#c197c3), trendy pink (#9c6b9e) and butterfly bush (#6b4c94).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Light, Moon, Purple, 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 Moonlit Dream palette

Share this palette to:

💻 Moonlit Dream color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e2c6a6;
}
.color-3 {
color: #c197c3;
}
.color-4 {
color: #9c6b9e;
}
.color-5 {
color: #6b4c94;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e2c6a6;
--color-3: #c197c3;
--color-4: #9c6b9e;
--color-5: #6b4c94;
}

🌈 Moonlit Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e2c6a6, #c197c3, #9c6b9e, #6b4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e2c6a6, #c197c3, #9c6b9e, #6b4c94);
}

Moonlit Dream color palette created on .