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