Paleta de colores Tropical Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Sunset

/* CSS */
.color-1 {
color: #f2572c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe09e;
}
.color-5 {
color: #ff8e3d;
}

/* CSS Variables */
:root {
--color-1: #f2572c;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffe09e;
--color-5: #ff8e3d;
}

CSS del degradado de fondo Tropical Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2572c, #ff6e61, #ffb84d, #ffe09e, #ff8e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2572c, #ff6e61, #ffb84d, #ffe09e, #ff8e3d);
}

Tropical Sunset color palette created on .