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: #f8b9ce;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f19da5;
}
.color-4 {
color: #f26e8d;
}
.color-5 {
color: #ee4f6e;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4bf;
--color-3: #f19da5;
--color-4: #f26e8d;
--color-5: #ee4f6e;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4bf, #f19da5, #f26e8d, #ee4f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4bf, #f19da5, #f26e8d, #ee4f6e);
}

Light Pink color palette created on .