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 .