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: #e13d71;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #43a889;
}

/* CSS Variables */
:root {
--color-1: #e13d71;
--color-2: #f47b1f;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #43a889;
}

CSS del degradado de fondo Tropical Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13d71, #f47b1f, #f9c54e, #91be6f, #43a889);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13d71, #f47b1f, #f9c54e, #91be6f, #43a889);
}

Tropical Sunrise color palette created on .