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: #f7b5a1;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f2dfa6;
}
.color-4 {
color: #a6d8a8;
}
.color-5 {
color: #7bc5d5;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1c6a7;
--color-3: #f2dfa6;
--color-4: #a6d8a8;
--color-5: #7bc5d5;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1c6a7, #f2dfa6, #a6d8a8, #7bc5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1c6a7, #f2dfa6, #a6d8a8, #7bc5d5);
}

Soft Pink color palette created on .