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: #f3a5a0;
}
.color-2 {
color: #f1e3b6;
}
.color-3 {
color: #e0c89e;
}
.color-4 {
color: #b5d99b;
}
.color-5 {
color: #a0c1e9;
}

/* CSS Variables */
:root {
--color-1: #f3a5a0;
--color-2: #f1e3b6;
--color-3: #e0c89e;
--color-4: #b5d99b;
--color-5: #a0c1e9;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5a0, #f1e3b6, #e0c89e, #b5d99b, #a0c1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5a0, #f1e3b6, #e0c89e, #b5d99b, #a0c1e9);
}

Soft Pink color palette created on .