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: #b0aaca;
}
.color-2 {
color: #bfb3d0;
}
.color-3 {
color: #d1c5e2;
}
.color-4 {
color: #e7b1c6;
}
.color-5 {
color: #f49fb7;
}

/* CSS Variables */
:root {
--color-1: #b0aaca;
--color-2: #bfb3d0;
--color-3: #d1c5e2;
--color-4: #e7b1c6;
--color-5: #f49fb7;
}

Whispering Lilacs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0aaca, #bfb3d0, #d1c5e2, #e7b1c6, #f49fb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0aaca, #bfb3d0, #d1c5e2, #e7b1c6, #f49fb7);
}

Whispering Lilacs color palette created on .