Paleta de colores Light Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink

/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f9a49f;
}
.color-3 {
color: #f9a05d;
}
.color-4 {
color: #f7d76e;
}
.color-5 {
color: #f3e481;
}

/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f9a49f;
--color-3: #f9a05d;
--color-4: #f7d76e;
--color-5: #f3e481;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f9a49f, #f9a05d, #f7d76e, #f3e481);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f9a49f, #f9a05d, #f7d76e, #f3e481);
}

Light Pink color palette created on .