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: #f1a7b4;
}
.color-2 {
color: #f4b3a4;
}
.color-3 {
color: #f9cb9f;
}
.color-4 {
color: #ffd470;
}
.color-5 {
color: #ff9a57;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f4b3a4;
--color-3: #f9cb9f;
--color-4: #ffd470;
--color-5: #ff9a57;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f4b3a4, #f9cb9f, #ffd470, #ff9a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f4b3a4, #f9cb9f, #ffd470, #ff9a57);
}

Pink Sunset color palette created on .