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