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: #f2e4d4;
}
.color-2 {
color: #f2bfb1;
}
.color-3 {
color: #e79c9c;
}
.color-4 {
color: #d77f9e;
}
.color-5 {
color: #ba7ccb;
}

/* CSS Variables */
:root {
--color-1: #f2e4d4;
--color-2: #f2bfb1;
--color-3: #e79c9c;
--color-4: #d77f9e;
--color-5: #ba7ccb;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e4d4, #f2bfb1, #e79c9c, #d77f9e, #ba7ccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e4d4, #f2bfb1, #e79c9c, #d77f9e, #ba7ccb);
}

Soft Pink color palette created on .