Paleta de colores Pink Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Sunset palette
CSS de la paleta de colores Pink Sunset
/* CSS */
.color-1 {
color: #fcf6b0;
}
.color-2 {
color: #f3a27c;
}
.color-3 {
color: #e26a6a;
}
.color-4 {
color: #c54989;
}
.color-5 {
color: #8b3c9f;
}
/* CSS Variables */
:root {
--color-1: #fcf6b0;
--color-2: #f3a27c;
--color-3: #e26a6a;
--color-4: #c54989;
--color-5: #8b3c9f;
}
CSS del degradado de fondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf6b0, #f3a27c, #e26a6a, #c54989, #8b3c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf6b0, #f3a27c, #e26a6a, #c54989, #8b3c9f);
}
Paletas de colores similares
Pink Sunset color palette created on .