Paleta de colores Pink Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sunset

/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d25b8d;
}
.color-5 {
color: #9f5b8d;
}

/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f9aeae;
--color-3: #f76e6e;
--color-4: #d25b8d;
--color-5: #9f5b8d;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f9aeae, #f76e6e, #d25b8d, #9f5b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f9aeae, #f76e6e, #d25b8d, #9f5b8d);
}

Pink Sunset color palette created on .