Whimsical Lilac Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Lilac Dreams palette

Share this palette to:

Whimsical Lilac Dreams color palette CSS

/* CSS */
.color-1 {
color: #5b2b91;
}
.color-2 {
color: #8a56b8;
}
.color-3 {
color: #c89dd8;
}
.color-4 {
color: #f2cfdf;
}
.color-5 {
color: #f9b4c5;
}

/* CSS Variables */
:root {
--color-1: #5b2b91;
--color-2: #8a56b8;
--color-3: #c89dd8;
--color-4: #f2cfdf;
--color-5: #f9b4c5;
}

Whimsical Lilac Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2b91, #8a56b8, #c89dd8, #f2cfdf, #f9b4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2b91, #8a56b8, #c89dd8, #f2cfdf, #f9b4c5);
}

Whimsical Lilac Dreams color palette created on .