Purple Moonlight Color Palette

Discover the beautiful Purple Moonlight color palette featuring prelude (#d2c0e3), cold purple (#b2a1d4), wild blue yonder (#7f7cbb), butterfly bush (#504f8c) and martinique (#2f2c58).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Moonlight color palette CSS

/* CSS */
.color-1 {
color: #d2c0e3;
}
.color-2 {
color: #b2a1d4;
}
.color-3 {
color: #7f7cbb;
}
.color-4 {
color: #504f8c;
}
.color-5 {
color: #2f2c58;
}

/* CSS Variables */
:root {
--color-1: #d2c0e3;
--color-2: #b2a1d4;
--color-3: #7f7cbb;
--color-4: #504f8c;
--color-5: #2f2c58;
}

🌈 Purple Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c0e3, #b2a1d4, #7f7cbb, #504f8c, #2f2c58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c0e3, #b2a1d4, #7f7cbb, #504f8c, #2f2c58);
}

Purple Moonlight color palette created on .