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: #ead3b8;
}
.color-2 {
color: #f2b0a6;
}
.color-3 {
color: #f3a5d6;
}
.color-4 {
color: #a8d5e1;
}
.color-5 {
color: #b3e6b3;
}

/* CSS Variables */
:root {
--color-1: #ead3b8;
--color-2: #f2b0a6;
--color-3: #f3a5d6;
--color-4: #a8d5e1;
--color-5: #b3e6b3;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead3b8, #f2b0a6, #f3a5d6, #a8d5e1, #b3e6b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead3b8, #f2b0a6, #f3a5d6, #a8d5e1, #b3e6b3);
}

Soft Pink color palette created on .