Paleta de colores Tango Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tango Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Tango Sunset

/* CSS */
.color-1 {
color: #ed7a1d;
}
.color-2 {
color: #fbaf4b;
}
.color-3 {
color: #f3d758;
}
.color-4 {
color: #a7d2a3;
}
.color-5 {
color: #5fc3c8;
}

/* CSS Variables */
:root {
--color-1: #ed7a1d;
--color-2: #fbaf4b;
--color-3: #f3d758;
--color-4: #a7d2a3;
--color-5: #5fc3c8;
}

CSS del degradado de fondo Tango Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7a1d, #fbaf4b, #f3d758, #a7d2a3, #5fc3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7a1d, #fbaf4b, #f3d758, #a7d2a3, #5fc3c8);
}

Tango Sunset color palette created on .