Purple Moonlight Color Palette

Discover the beautiful Purple Moonlight color palette featuring east bay (#4c3e70), butterfly bush (#5a4f8c), deluge (#7b6cb7), cold purple (#b0a2d7) and white pointer (#f9e5ff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Moonlight color palette CSS

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #5a4f8c;
}
.color-3 {
color: #7b6cb7;
}
.color-4 {
color: #b0a2d7;
}
.color-5 {
color: #f9e5ff;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #5a4f8c;
--color-3: #7b6cb7;
--color-4: #b0a2d7;
--color-5: #f9e5ff;
}

🌈 Purple Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #5a4f8c, #7b6cb7, #b0a2d7, #f9e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #5a4f8c, #7b6cb7, #b0a2d7, #f9e5ff);
}

Purple Moonlight color palette created on .