Light Purple Color Palette
Discover the beautiful Light Purple color palette featuring portage (#8e81f3), perano (#a5b0f8), snuff (#d6c7e1), azalea (#f4b8d1) and wewak (#f4a4b8).
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: #8e81f3;
}
.color-2 {
color: #a5b0f8;
}
.color-3 {
color: #d6c7e1;
}
.color-4 {
color: #f4b8d1;
}
.color-5 {
color: #f4a4b8;
}
/* CSS Variables */
:root {
--color-1: #8e81f3;
--color-2: #a5b0f8;
--color-3: #d6c7e1;
--color-4: #f4b8d1;
--color-5: #f4a4b8;
}
🌈 Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e81f3, #a5b0f8, #d6c7e1, #f4b8d1, #f4a4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e81f3, #a5b0f8, #d6c7e1, #f4b8d1, #f4a4b8);
}
🔗 Explore similar color palettes
Light Purple color palette created on .