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: #f1b7d5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #f3e158;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f1b7d5;
--color-2: #ff6e61;
--color-3: #ffad42;
--color-4: #f3e158;
--color-5: #a8d3e1;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b7d5, #ff6e61, #ffad42, #f3e158, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b7d5, #ff6e61, #ffad42, #f3e158, #a8d3e1);
}

Light Pink color palette created on .