Paleta de colores Soft Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Pink

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #fee8b9;
}
.color-4 {
color: #b4e9b5;
}
.color-5 {
color: #a1d6e3;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4cbae;
--color-3: #fee8b9;
--color-4: #b4e9b5;
--color-5: #a1d6e3;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4cbae, #fee8b9, #b4e9b5, #a1d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4cbae, #fee8b9, #b4e9b5, #a1d6e3);
}

Soft Pink color palette created on .