Moon Flowers Color Palette

Discover the beautiful Moon Flowers color palette featuring prelude (#d5c3df), amethyst smoke (#af9ab6), bouquet (#a87195), illusion (#f2abca) and brink pink (#f75979).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Pink, Purple, Soft, Summer, Vibrant 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 Moon Flowers palette

Share this palette to:

💻 Moon Flowers color palette CSS

/* CSS */
.color-1 {
color: #d5c3df;
}
.color-2 {
color: #af9ab6;
}
.color-3 {
color: #a87195;
}
.color-4 {
color: #f2abca;
}
.color-5 {
color: #f75979;
}

/* CSS Variables */
:root {
--color-1: #d5c3df;
--color-2: #af9ab6;
--color-3: #a87195;
--color-4: #f2abca;
--color-5: #f75979;
}

🌈 Moon Flowers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3df, #af9ab6, #a87195, #f2abca, #f75979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3df, #af9ab6, #a87195, #f2abca, #f75979);
}

Moon Flowers color palette created on .