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