Light Purple Color Palette
Discover the beautiful Light Purple color palette featuring moon raker (#e5e5fa), silver chalice (#a8a8a8), thistle (#d8c0d8), pink (#ffb8c2) and light orchid (#dda1dd).
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 Light Purple palette
💻 Light Purple color palette CSS
/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #d8c0d8;
}
.color-4 {
color: #ffb8c2;
}
.color-5 {
color: #dda1dd;
}
/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #a8a8a8;
--color-3: #d8c0d8;
--color-4: #ffb8c2;
--color-5: #dda1dd;
} 🌈 Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #a8a8a8, #d8c0d8, #ffb8c2, #dda1dd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #a8a8a8, #d8c0d8, #ffb8c2, #dda1dd);
} 🔗 Explore similar color palettes
Light Purple color palette created on .