Purple Moonlight Color Palette
Discover the beautiful Purple Moonlight color palette featuring french pass (#b9ddfc), perfume (#e9d2fb), albescent white (#f6e4d4), lavender rose (#f8a9e6) and portage (#8890ec).
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: #b9ddfc;
}
.color-2 {
color: #e9d2fb;
}
.color-3 {
color: #f6e4d4;
}
.color-4 {
color: #f8a9e6;
}
.color-5 {
color: #8890ec;
}
/* CSS Variables */
:root {
--color-1: #b9ddfc;
--color-2: #e9d2fb;
--color-3: #f6e4d4;
--color-4: #f8a9e6;
--color-5: #8890ec;
} 🌈 Purple Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9ddfc, #e9d2fb, #f6e4d4, #f8a9e6, #8890ec);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9ddfc, #e9d2fb, #f6e4d4, #f8a9e6, #8890ec);
} 🔗 Explore similar color palettes
Purple Moonlight color palette created on .