Purple Moonbeam Color Palette
Discover the beautiful Purple Moonbeam color palette featuring blue chalk (#f2e5ff), prelude (#d1c5e7), wistful (#a5a1d3), lavender purple (#897eb9) and comet (#5f5b8b).
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 Moonbeam palette
💻 Purple Moonbeam color palette CSS
/* CSS */
.color-1 {
color: #f2e5ff;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #a5a1d3;
}
.color-4 {
color: #897eb9;
}
.color-5 {
color: #5f5b8b;
}
/* CSS Variables */
:root {
--color-1: #f2e5ff;
--color-2: #d1c5e7;
--color-3: #a5a1d3;
--color-4: #897eb9;
--color-5: #5f5b8b;
} 🌈 Purple Moonbeam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5ff, #d1c5e7, #a5a1d3, #897eb9, #5f5b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5ff, #d1c5e7, #a5a1d3, #897eb9, #5f5b8b);
} 🔗 Explore similar color palettes
Purple Moonbeam color palette created on .