Paleta de colores Tropical Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Sunrise

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e42;
}
.color-3 {
color: #ffce6b;
}
.color-4 {
color: #4cc8a9;
}
.color-5 {
color: #3a9ad9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e42;
--color-3: #ffce6b;
--color-4: #4cc8a9;
--color-5: #3a9ad9;
}

CSS del degradado de fondo Tropical Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e42, #ffce6b, #4cc8a9, #3a9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e42, #ffce6b, #4cc8a9, #3a9ad9);
}

Tropical Sunrise color palette created on .