Moonflower Color Palette

Discover the beautiful Moonflower color palette featuring moon raker (#e5d6f5), light wisteria (#c7b2e6), blue marguerite (#7c71c6), east bay (#4b4988) and valhalla (#1f194d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Night Sky, 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 Moonflower palette

Share this palette to:

💻 Moonflower color palette CSS

/* CSS */
.color-1 {
color: #e5d6f5;
}
.color-2 {
color: #c7b2e6;
}
.color-3 {
color: #7c71c6;
}
.color-4 {
color: #4b4988;
}
.color-5 {
color: #1f194d;
}

/* CSS Variables */
:root {
--color-1: #e5d6f5;
--color-2: #c7b2e6;
--color-3: #7c71c6;
--color-4: #4b4988;
--color-5: #1f194d;
}

🌈 Moonflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}

Moonflower color palette created on .