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