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: #f7c6b6;
}
.color-3 {
color: #f7e4bb;
}
.color-4 {
color: #b7e6e5;
}
.color-5 {
color: #a2d7e7;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f7c6b6;
--color-3: #f7e4bb;
--color-4: #b7e6e5;
--color-5: #a2d7e7;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f7c6b6, #f7e4bb, #b7e6e5, #a2d7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f7c6b6, #f7e4bb, #b7e6e5, #a2d7e7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 70+ paletas de colores Suave
Soft Pink color palette created on .