Pink Lilly Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Lilly palette

Condividi questa palette a:

tavolozza dei colori Pink Lilly CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d29dc8;
}
.color-3 {
color: #b77bb4;
}
.color-4 {
color: #a35c98;
}
.color-5 {
color: #7a3e73;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d29dc8;
--color-3: #b77bb4;
--color-4: #a35c98;
--color-5: #7a3e73;
}

CSS con gradiente di sfondo Pink Lilly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d29dc8, #b77bb4, #a35c98, #7a3e73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d29dc8, #b77bb4, #a35c98, #7a3e73);
}

Pink Lilly color palette created on .