Whispering Lilacs Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Lilacs palette

Share this palette to:

Whispering Lilacs color palette CSS

/* CSS */
.color-1 {
color: #e0b6e2;
}
.color-2 {
color: #c5a2d2;
}
.color-3 {
color: #a58ab7;
}
.color-4 {
color: #a67db0;
}
.color-5 {
color: #6e4f87;
}

/* CSS Variables */
:root {
--color-1: #e0b6e2;
--color-2: #c5a2d2;
--color-3: #a58ab7;
--color-4: #a67db0;
--color-5: #6e4f87;
}

Whispering Lilacs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b6e2, #c5a2d2, #a58ab7, #a67db0, #6e4f87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b6e2, #c5a2d2, #a58ab7, #a67db0, #6e4f87);
}

Whispering Lilacs color palette created on .