Loading...
Lilac Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lilac Dream palette
Download Lilac Dream Color Palette (PNG)
Lilac Dream color palette CSS
/* CSS */
.color-1 {
color: #d9b9e4;
}
.color-2 {
color: #a66cc1;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #c7b1e2;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #d9b9e4;
--color-2: #a66cc1;
--color-3: #6a4e8d;
--color-4: #c7b1e2;
--color-5: #eab8e4;
}
Lilac Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b9e4, #a66cc1, #6a4e8d, #c7b1e2, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b9e4, #a66cc1, #6a4e8d, #c7b1e2, #eab8e4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lilac Dream color palette created on .