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: #f7a1b2;
}
.color-2 {
color: #f29cbe;
}
.color-3 {
color: #f8c4d1;
}
.color-4 {
color: #f4e1e3;
}
.color-5 {
color: #f8d3e0;
}

/* CSS Variables */
:root {
--color-1: #f7a1b2;
--color-2: #f29cbe;
--color-3: #f8c4d1;
--color-4: #f4e1e3;
--color-5: #f8d3e0;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b2, #f29cbe, #f8c4d1, #f4e1e3, #f8d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b2, #f29cbe, #f8c4d1, #f4e1e3, #f8d3e0);
}

Light Pink color palette created on .