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: #ffac4d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff5242;
}
.color-4 {
color: #ff4d73;
}
.color-5 {
color: #ff709b;
}

/* CSS Variables */
:root {
--color-1: #ffac4d;
--color-2: #ff7142;
--color-3: #ff5242;
--color-4: #ff4d73;
--color-5: #ff709b;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffac4d, #ff7142, #ff5242, #ff4d73, #ff709b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffac4d, #ff7142, #ff5242, #ff4d73, #ff709b);
}

Pink Sunset color palette created on .