Looey's Delight Color Palette
Discover the beautiful Looey's Delight color palette featuring wisteria (#a66eaa), old gold (#d0b83e), yellow green (#a3d96d), smoky (#6c4f7d) and casablanca (#f7c94b).
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 Looey's Delight palette
💻 Looey's Delight color palette CSS
/* CSS */
.color-1 {
color: #a66eaa;
}
.color-2 {
color: #d0b83e;
}
.color-3 {
color: #a3d96d;
}
.color-4 {
color: #6c4f7d;
}
.color-5 {
color: #f7c94b;
}
/* CSS Variables */
:root {
--color-1: #a66eaa;
--color-2: #d0b83e;
--color-3: #a3d96d;
--color-4: #6c4f7d;
--color-5: #f7c94b;
}
🌈 Looey's Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66eaa, #d0b83e, #a3d96d, #6c4f7d, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66eaa, #d0b83e, #a3d96d, #6c4f7d, #f7c94b);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Looey's Delight color palette created on .