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