Paleta de colores Soft Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Pink palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Pink

Download soft pink color palette PNG image (landscape)
Download soft pink color palette PNG image (square)

CSS de la paleta de colores Soft Pink

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #e8d1bf;
}
.color-4 {
color: #f3e6c9;
}
.color-5 {
color: #f9e1a4;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4c3c3;
--color-3: #e8d1bf;
--color-4: #f3e6c9;
--color-5: #f9e1a4;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4c3c3, #e8d1bf, #f3e6c9, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4c3c3, #e8d1bf, #f3e6c9, #f9e1a4);
}

Soft Pink color palette created on .