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: #f5c7c2;
}
.color-2 {
color: #f7d4c5;
}
.color-3 {
color: #f7e2c5;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #e7a6b1;
}
/* CSS Variables */
:root {
--color-1: #f5c7c2;
--color-2: #f7d4c5;
--color-3: #f7e2c5;
--color-4: #f2d6a1;
--color-5: #e7a6b1;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7c2, #f7d4c5, #f7e2c5, #f2d6a1, #e7a6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7c2, #f7d4c5, #f7e2c5, #f2d6a1, #e7a6b1);
}
Paletas de colores similares
Soft Pink color palette created on .