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: #ff5c8d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #5d9bd5;
}
.color-4 {
color: #70db9d;
}
.color-5 {
color: #f1c1e8;
}
/* CSS Variables */
:root {
--color-1: #ff5c8d;
--color-2: #ffb84d;
--color-3: #5d9bd5;
--color-4: #70db9d;
--color-5: #f1c1e8;
}
CSS del degradado de fondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8d, #ffb84d, #5d9bd5, #70db9d, #f1c1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8d, #ffb84d, #5d9bd5, #70db9d, #f1c1e8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Pink Sunset color palette created on .