Moonlit Reverie Color Palette

Discover the beautiful Moonlit Reverie color palette featuring parchment (#f2e1d4), light orchid (#e2a2c8), wisteria (#9b6eb9), butterfly bush (#5c4d9d) and bay of many (#2a2c8d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Moonlit Reverie color palette CSS

/* CSS */
.color-1 {
color: #f2e1d4;
}
.color-2 {
color: #e2a2c8;
}
.color-3 {
color: #9b6eb9;
}
.color-4 {
color: #5c4d9d;
}
.color-5 {
color: #2a2c8d;
}

/* CSS Variables */
:root {
--color-1: #f2e1d4;
--color-2: #e2a2c8;
--color-3: #9b6eb9;
--color-4: #5c4d9d;
--color-5: #2a2c8d;
}

🌈 Moonlit Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e1d4, #e2a2c8, #9b6eb9, #5c4d9d, #2a2c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e1d4, #e2a2c8, #9b6eb9, #5c4d9d, #2a2c8d);
}

Moonlit Reverie color palette created on .