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: #f9b39f;
}
.color-2 {
color: #f4c59f;
}
.color-3 {
color: #f1dbb6;
}
.color-4 {
color: #e9e2a5;
}
.color-5 {
color: #d0e4b4;
}

/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f4c59f;
--color-3: #f1dbb6;
--color-4: #e9e2a5;
--color-5: #d0e4b4;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f4c59f, #f1dbb6, #e9e2a5, #d0e4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f4c59f, #f1dbb6, #e9e2a5, #d0e4b4);
}

Paletas de colores similares

Soft Pink color palette created on .