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