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: #ff7092;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #dbe4f0;
}
.color-5 {
color: #6a82fb;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffa07a;
--color-3: #ffcb5c;
--color-4: #dbe4f0;
--color-5: #6a82fb;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffa07a, #ffcb5c, #dbe4f0, #6a82fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffa07a, #ffcb5c, #dbe4f0, #6a82fb);
}

Pink Sunset color palette created on .