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: #f6a8a2;
}
.color-2 {
color: #f9d69f;
}
.color-3 {
color: #f3d5a5;
}
.color-4 {
color: #d1e5a4;
}
.color-5 {
color: #a4d5e5;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f9d69f;
--color-3: #f3d5a5;
--color-4: #d1e5a4;
--color-5: #a4d5e5;
}

CSS del degradado de fondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f9d69f, #f3d5a5, #d1e5a4, #a4d5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f9d69f, #f3d5a5, #d1e5a4, #a4d5e5);
}

Soft Pink color palette created on .