Enchanted Lilac Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Lilac Dreams palette

Share this palette to:

Enchanted Lilac Dreams color palette CSS

/* CSS */
.color-1 {
color: #e8bfe2;
}
.color-2 {
color: #d6a4d4;
}
.color-3 {
color: #c78bcb;
}
.color-4 {
color: #a66abe;
}
.color-5 {
color: #7b4ea2;
}

/* CSS Variables */
:root {
--color-1: #e8bfe2;
--color-2: #d6a4d4;
--color-3: #c78bcb;
--color-4: #a66abe;
--color-5: #7b4ea2;
}

Enchanted Lilac Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8bfe2, #d6a4d4, #c78bcb, #a66abe, #7b4ea2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8bfe2, #d6a4d4, #c78bcb, #a66abe, #7b4ea2);
}

Enchanted Lilac Dreams color palette created on .