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: #f6a4a2;
}
.color-2 {
color: #f3c8a5;
}
.color-3 {
color: #f0e19e;
}
.color-4 {
color: #b5ed97;
}
.color-5 {
color: #8cc6e8;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f3c8a5;
--color-3: #f0e19e;
--color-4: #b5ed97;
--color-5: #8cc6e8;
}

CSS del degradado de fondo Soft Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f3c8a5, #f0e19e, #b5ed97, #8cc6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f3c8a5, #f0e19e, #b5ed97, #8cc6e8);
}

Soft Pastel Pink color palette created on .