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: #f9aeae;
}
.color-2 {
color: #f6b8b1;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #f4dfb4;
}
.color-5 {
color: #b5e3b8;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6b8b1;
--color-3: #f6c5b1;
--color-4: #f4dfb4;
--color-5: #b5e3b8;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6b8b1, #f6c5b1, #f4dfb4, #b5e3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6b8b1, #f6c5b1, #f4dfb4, #b5e3b8);
}

Soft Pink color palette created on .