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: #f6a7b2;
}
.color-2 {
color: #f2d8a1;
}
.color-3 {
color: #f0e4b2;
}
.color-4 {
color: #c2e5c6;
}
.color-5 {
color: #89b7d1;
}

/* CSS Variables */
:root {
--color-1: #f6a7b2;
--color-2: #f2d8a1;
--color-3: #f0e4b2;
--color-4: #c2e5c6;
--color-5: #89b7d1;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b2, #f2d8a1, #f0e4b2, #c2e5c6, #89b7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b2, #f2d8a1, #f0e4b2, #c2e5c6, #89b7d1);
}

Paletas de colores similares

Soft Pink color palette created on .