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: #3ee0d5;
}
.color-2 {
color: #f9d14e;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff2e54;
}

/* CSS Variables */
:root {
--color-1: #3ee0d5;
--color-2: #f9d14e;
--color-3: #ff7b00;
--color-4: #ff4d6d;
--color-5: #ff2e54;
}

CSS del degradado de fondo Tropical Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ee0d5, #f9d14e, #ff7b00, #ff4d6d, #ff2e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ee0d5, #f9d14e, #ff7b00, #ff4d6d, #ff2e54);
}

Tropical Sunset color palette created on .