Lilac Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lilac Breeze palette

Share this palette to:

Lilac Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffb1ad;
}
.color-2 {
color: #e59fc2;
}
.color-3 {
color: #d490e0;
}
.color-4 {
color: #a8d6e6;
}
.color-5 {
color: #7dd4b8;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #e59fc2;
--color-3: #d490e0;
--color-4: #a8d6e6;
--color-5: #7dd4b8;
}

Lilac Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #e59fc2, #d490e0, #a8d6e6, #7dd4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #e59fc2, #d490e0, #a8d6e6, #7dd4b8);
}

Lilac Breeze color palette created on .