Light Lilac Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Lilac palette

Share this palette to:

Light Lilac color palette CSS

/* CSS */
.color-1 {
color: #ada1d4;
}
.color-2 {
color: #e2b9e4;
}
.color-3 {
color: #f4c3e2;
}
.color-4 {
color: #f7bbd7;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #ada1d4;
--color-2: #e2b9e4;
--color-3: #f4c3e2;
--color-4: #f7bbd7;
--color-5: #ff7092;
}

Light Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ada1d4, #e2b9e4, #f4c3e2, #f7bbd7, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ada1d4, #e2b9e4, #f4c3e2, #f7bbd7, #ff7092);
}

Light Lilac color palette created on .