Pink Lily Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Lily palette

Share this palette to:

Pink Lily color palette CSS

/* CSS */
.color-1 {
color: #995c6f;
}
.color-2 {
color: #9e6174;
}
.color-3 {
color: #a26786;
}
.color-4 {
color: #966990;
}
.color-5 {
color: #885981;
}

/* CSS Variables */
:root {
--color-1: #995c6f;
--color-2: #9e6174;
--color-3: #a26786;
--color-4: #966990;
--color-5: #885981;
}

Pink Lily background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #995c6f, #9e6174, #a26786, #966990, #885981);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #995c6f, #9e6174, #a26786, #966990, #885981);
}

Similar color palettes

Scroll down to explore 1 Deeprose color palette

Pink Lily color palette created on .