Paleta de colores Tropical Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Sunrise palette
CSS de la paleta de colores Tropical Sunrise
/* CSS */
.color-1 {
color: #f9be58;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #ef9c2e;
}
.color-4 {
color: #f0c74c;
}
.color-5 {
color: #f3d2a5;
}
/* CSS Variables */
:root {
--color-1: #f9be58;
--color-2: #f47b1f;
--color-3: #ef9c2e;
--color-4: #f0c74c;
--color-5: #f3d2a5;
}
CSS del degradado de fondo Tropical Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9be58, #f47b1f, #ef9c2e, #f0c74c, #f3d2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9be58, #f47b1f, #ef9c2e, #f0c74c, #f3d2a5);
}
Paletas de colores similares
Tropical Sunrise color palette created on .