Paleta de colores Pink Ghost

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Ghost palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Ghost

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #f2a78c;
}
.color-3 {
color: #e67a7e;
}
.color-4 {
color: #d75b93;
}
.color-5 {
color: #9c4fab;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #f2a78c;
--color-3: #e67a7e;
--color-4: #d75b93;
--color-5: #9c4fab;
}

CSS del degradado de fondo Pink Ghost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}

Pink Ghost color palette created on .