Discover the beautiful Purple Looey color palette featuring prelude (#d4c2e0), wisteria (#a66abe), scampi (#6b5c99), strikemaster (#a35c9a) and illusion (#f9a9b6).
Purple Looey Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Purple Looey palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Looey palette
💻 Purple Looey color palette CSS
/* CSS */
.color-1 {
color: #d4c2e0;
}
.color-2 {
color: #a66abe;
}
.color-3 {
color: #6b5c99;
}
.color-4 {
color: #a35c9a;
}
.color-5 {
color: #f9a9b6;
}
/* CSS Variables */
:root {
--color-1: #d4c2e0;
--color-2: #a66abe;
--color-3: #6b5c99;
--color-4: #a35c9a;
--color-5: #f9a9b6;
}
🌈 Purple Looey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c2e0, #a66abe, #6b5c99, #a35c9a, #f9a9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c2e0, #a66abe, #6b5c99, #a35c9a, #f9a9b6);
}
🔗 Explore similar color palettes
Purple Looey color palette created on .