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