White Lilac Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with White Lilac Dreams palette

Share this palette to:

White Lilac Dreams color palette PNG image

Download white lilac dreams color palette PNG image (landscape)
Download white lilac dreams color palette PNG image (square)

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);
}

White Lilac Dreams color palette created on .