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: #e4b4af;
}
.color-2 {
color: #b3c7c3;
}
.color-3 {
color: #a6d9c2;
}
.color-4 {
color: #e3c59c;
}
.color-5 {
color: #a76c8f;
}

/* CSS Variables */
:root {
--color-1: #e4b4af;
--color-2: #b3c7c3;
--color-3: #a6d9c2;
--color-4: #e3c59c;
--color-5: #a76c8f;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4af, #b3c7c3, #a6d9c2, #e3c59c, #a76c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4af, #b3c7c3, #a6d9c2, #e3c59c, #a76c8f);
}

Soft Pink color palette created on .