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