Lilac Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lilac Dreams palette

Share this palette to:

Lilac Dreams color palette PNG image

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

Lilac Dreams color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d5a8e1;
}
.color-3 {
color: #c49fe0;
}
.color-4 {
color: #b38bcb;
}
.color-5 {
color: #a77cc5;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d5a8e1;
--color-3: #c49fe0;
--color-4: #b38bcb;
--color-5: #a77cc5;
}

Lilac Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d5a8e1, #c49fe0, #b38bcb, #a77cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d5a8e1, #c49fe0, #b38bcb, #a77cc5);
}

Lilac Dreams color palette created on .