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: #f1c0d1;
}
.color-2 {
color: #f6b1c8;
}
.color-3 {
color: #f7a1b5;
}
.color-4 {
color: #f5b8b2;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #f1c0d1;
--color-2: #f6b1c8;
--color-3: #f7a1b5;
--color-4: #f5b8b2;
--color-5: #f1a8a2;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0d1, #f6b1c8, #f7a1b5, #f5b8b2, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0d1, #f6b1c8, #f7a1b5, #f5b8b2, #f1a8a2);
}

Soft Pink color palette created on .