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: #f5aaa3;
}
.color-2 {
color: #fbcb89;
}
.color-3 {
color: #f5e48e;
}
.color-4 {
color: #a2cda3;
}
.color-5 {
color: #b5e3f2;
}

/* CSS Variables */
:root {
--color-1: #f5aaa3;
--color-2: #fbcb89;
--color-3: #f5e48e;
--color-4: #a2cda3;
--color-5: #b5e3f2;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5aaa3, #fbcb89, #f5e48e, #a2cda3, #b5e3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5aaa3, #fbcb89, #f5e48e, #a2cda3, #b5e3f2);
}

Soft Pink color palette created on .