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