Mystical Lilac Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystical Lilac Dream palette

Share this palette to:

Mystical Lilac Dream color palette CSS

/* CSS */
.color-1 {
color: #e4afd7;
}
.color-2 {
color: #d49bc2;
}
.color-3 {
color: #b48ab7;
}
.color-4 {
color: #9b7dbf;
}
.color-5 {
color: #7a6dc5;
}

/* CSS Variables */
:root {
--color-1: #e4afd7;
--color-2: #d49bc2;
--color-3: #b48ab7;
--color-4: #9b7dbf;
--color-5: #7a6dc5;
}

Mystical Lilac Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afd7, #d49bc2, #b48ab7, #9b7dbf, #7a6dc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afd7, #d49bc2, #b48ab7, #9b7dbf, #7a6dc5);
}

Mystical Lilac Dream color palette created on .