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: #f9d55d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #d86f9a;
}
.color-5 {
color: #a26db6;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #ff6e61;
--color-3: #ff8a92;
--color-4: #d86f9a;
--color-5: #a26db6;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #ff6e61, #ff8a92, #d86f9a, #a26db6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #ff6e61, #ff8a92, #d86f9a, #a26db6);
}

Pink Sunset color palette created on .