Paleta de colores Light Pink Lily

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink Lily palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink Lily

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e8ea;
}
.color-3 {
color: #d1c7e1;
}
.color-4 {
color: #f8b9ce;
}
.color-5 {
color: #f7c6b6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e8ea;
--color-3: #d1c7e1;
--color-4: #f8b9ce;
--color-5: #f7c6b6;
}

CSS del degradado de fondo Light Pink Lily

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e8ea, #d1c7e1, #f8b9ce, #f7c6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e8ea, #d1c7e1, #f8b9ce, #f7c6b6);
}

Light Pink Lily color palette created on .