Paleta de colores Soft Pastel Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Pastel Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Pastel Pink

/* CSS */
.color-1 {
color: #f8a2a0;
}
.color-2 {
color: #fcd5b6;
}
.color-3 {
color: #f2e5ba;
}
.color-4 {
color: #d7e8d4;
}
.color-5 {
color: #9ed9e0;
}

/* CSS Variables */
:root {
--color-1: #f8a2a0;
--color-2: #fcd5b6;
--color-3: #f2e5ba;
--color-4: #d7e8d4;
--color-5: #9ed9e0;
}

CSS del degradado de fondo Soft Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a2a0, #fcd5b6, #f2e5ba, #d7e8d4, #9ed9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a2a0, #fcd5b6, #f2e5ba, #d7e8d4, #9ed9e0);
}

Soft Pastel Pink color palette created on .