Paleta de colores Pearlescent Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pearlescent Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Pearlescent Pink

/* CSS */
.color-1 {
color: #f4c3d1;
}
.color-2 {
color: #f9e5ae;
}
.color-3 {
color: #a5d7e3;
}
.color-4 {
color: #b59dd8;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #f4c3d1;
--color-2: #f9e5ae;
--color-3: #a5d7e3;
--color-4: #b59dd8;
--color-5: #ffadad;
}

CSS del degradado de fondo Pearlescent Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d1, #f9e5ae, #a5d7e3, #b59dd8, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d1, #f9e5ae, #a5d7e3, #b59dd8, #ffadad);
}

Pearlescent Pink color palette created on .