Soft Pink Lily Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink Lily palette

Share this palette to:

Soft Pink Lily color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5f0e0;
}
.color-3 {
color: #e9d2c3;
}
.color-4 {
color: #d5a5b2;
}
.color-5 {
color: #d8c1b6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5f0e0;
--color-3: #e9d2c3;
--color-4: #d5a5b2;
--color-5: #d8c1b6;
}

Soft Pink Lily background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5f0e0, #e9d2c3, #d5a5b2, #d8c1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5f0e0, #e9d2c3, #d5a5b2, #d8c1b6);
}

Soft Pink Lily color palette created on .