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: #f9baa9;
}
.color-2 {
color: #d8c4e3;
}
.color-3 {
color: #794b39;
}
.color-4 {
color: #fff3eb;
}
.color-5 {
color: #e8b5a1;
}

/* CSS Variables */
:root {
--color-1: #f9baa9;
--color-2: #d8c4e3;
--color-3: #794b39;
--color-4: #fff3eb;
--color-5: #e8b5a1;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9baa9, #d8c4e3, #794b39, #fff3eb, #e8b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9baa9, #d8c4e3, #794b39, #fff3eb, #e8b5a1);
}

Soft Pink color palette created on .