Pink Lillith Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Lillith palette

Share this palette to:

Pink Lillith color palette CSS

/* CSS */
.color-1 {
color: #9a5b99;
}
.color-2 {
color: #c47eb9;
}
.color-3 {
color: #f6a7c1;
}
.color-4 {
color: #f9d2e7;
}
.color-5 {
color: #f5f4d1;
}

/* CSS Variables */
:root {
--color-1: #9a5b99;
--color-2: #c47eb9;
--color-3: #f6a7c1;
--color-4: #f9d2e7;
--color-5: #f5f4d1;
}

Pink Lillith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5b99, #c47eb9, #f6a7c1, #f9d2e7, #f5f4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5b99, #c47eb9, #f6a7c1, #f9d2e7, #f5f4d1);
}

Pink Lillith color palette created on .