Paleta de colores Soft Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink palette
CSS de la paleta de colores Soft Pink
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #a1dff7;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f8c8a0;
--color-3: #f4e1a4;
--color-4: #a7d7b8;
--color-5: #a1dff7;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f8c8a0, #f4e1a4, #a7d7b8, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f8c8a0, #f4e1a4, #a7d7b8, #a1dff7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Playa
Soft Pink color palette created on .