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: #fed5cd;
}
.color-2 {
color: #fee8c3;
}
.color-3 {
color: #fef1c3;
}
.color-4 {
color: #f8f2d8;
}
.color-5 {
color: #f7e7f9;
}

/* CSS Variables */
:root {
--color-1: #fed5cd;
--color-2: #fee8c3;
--color-3: #fef1c3;
--color-4: #f8f2d8;
--color-5: #f7e7f9;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed5cd, #fee8c3, #fef1c3, #f8f2d8, #f7e7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed5cd, #fee8c3, #fef1c3, #f8f2d8, #f7e7f9);
}

Light Pink color palette created on .