White Lilac Dreams Color Palette
Discover the beautiful White Lilac Dreams color palette featuring whisper (#e8e7f3), blue haze (#d2c8df), london hue (#b79bc5), wisteria (#a76cb2) and plum (#983a8b).
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 White Lilac Dreams palette
💻 White Lilac Dreams color palette CSS
/* CSS */
.color-1 {
color: #e8e7f3;
}
.color-2 {
color: #d2c8df;
}
.color-3 {
color: #b79bc5;
}
.color-4 {
color: #a76cb2;
}
.color-5 {
color: #983a8b;
}
/* CSS Variables */
:root {
--color-1: #e8e7f3;
--color-2: #d2c8df;
--color-3: #b79bc5;
--color-4: #a76cb2;
--color-5: #983a8b;
}
🌈 White Lilac Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e7f3, #d2c8df, #b79bc5, #a76cb2, #983a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e7f3, #d2c8df, #b79bc5, #a76cb2, #983a8b);
}
🔗 Explore similar color palettes
White Lilac Dreams color palette created on .