Paleta de colores Pink Lilith

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Lilith palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Lilith (PNG)

Download pink lilith color palette PNG image (landscape)
Download pink lilith color palette PNG image (square)

CSS de la paleta de colores Pink Lilith

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #c67bba;
}
.color-3 {
color: #9a4786;
}
.color-4 {
color: #6c2d4d;
}
.color-5 {
color: #381924;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #c67bba;
--color-3: #9a4786;
--color-4: #6c2d4d;
--color-5: #381924;
}

CSS del degradado de fondo Pink Lilith

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #c67bba, #9a4786, #6c2d4d, #381924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #c67bba, #9a4786, #6c2d4d, #381924);
}

Pink Lilith color palette created on .