Lilac Dreams Color Palette
Discover the beautiful Lilac Dreams color palette featuring light orchid (#eab8e4), light wisteria (#d5a8e1), light wisteria (#c49fe0), east side (#b48bcb) and east side (#a67cc5).
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 Lilac Dreams palette
💻 Lilac Dreams color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d5a8e1;
}
.color-3 {
color: #c49fe0;
}
.color-4 {
color: #b48bcb;
}
.color-5 {
color: #a67cc5;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d5a8e1;
--color-3: #c49fe0;
--color-4: #b48bcb;
--color-5: #a67cc5;
} 🌈 Lilac Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d5a8e1, #c49fe0, #b48bcb, #a67cc5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d5a8e1, #c49fe0, #b48bcb, #a67cc5);
} 🔗 Explore similar color palettes
Lilac Dreams color palette created on .