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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Purple Moonlight color palette created on .