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