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