Paleta de colores Pink Eclipse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Eclipse palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Eclipse

/* CSS */
.color-1 {
color: #f6e0c1;
}
.color-2 {
color: #f1b8a2;
}
.color-3 {
color: #f0848d;
}
.color-4 {
color: #d25b9a;
}
.color-5 {
color: #a76dba;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #f1b8a2;
--color-3: #f0848d;
--color-4: #d25b9a;
--color-5: #a76dba;
}

CSS del degradado de fondo Pink Eclipse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #f1b8a2, #f0848d, #d25b9a, #a76dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #f1b8a2, #f0848d, #d25b9a, #a76dba);
}

Pink Eclipse color palette created on .