Moonflower Color Palette

Discover the beautiful Moonflower color palette featuring white lilac (#f0e9f7), prelude (#d1c3e9), wistful (#a5a6d5), lynch (#6a7c9a) and east bay (#3f5b83).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Flower, Lavender, Light, Blue, Vibrant, Summer, Soft, Modern 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: #f0e9f7;
}
.color-2 {
color: #d1c3e9;
}
.color-3 {
color: #a5a6d5;
}
.color-4 {
color: #6a7c9a;
}
.color-5 {
color: #3f5b83;
}

/* CSS Variables */
:root {
--color-1: #f0e9f7;
--color-2: #d1c3e9;
--color-3: #a5a6d5;
--color-4: #6a7c9a;
--color-5: #3f5b83;
}

🌈 Moonflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9f7, #d1c3e9, #a5a6d5, #6a7c9a, #3f5b83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9f7, #d1c3e9, #a5a6d5, #6a7c9a, #3f5b83);
}

Moonflower color palette created on .