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: #ee6258;
}
.color-2 {
color: #ff7abf;
}
.color-3 {
color: #ffc099;
}
.color-4 {
color: #ffe5fd;
}
.color-5 {
color: #ff9c7a;
}

/* CSS Variables */
:root {
--color-1: #ee6258;
--color-2: #ff7abf;
--color-3: #ffc099;
--color-4: #ffe5fd;
--color-5: #ff9c7a;
}

CSS del degradado de fondo Tropical Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee6258, #ff7abf, #ffc099, #ffe5fd, #ff9c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee6258, #ff7abf, #ffc099, #ffe5fd, #ff9c7a);
}

Tropical Sunset color palette created on .