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: #f6d12c;
}
.color-2 {
color: #ff8800;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #00bdad;
}
.color-5 {
color: #00a8e0;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #ff8800;
--color-3: #ff5c5c;
--color-4: #00bdad;
--color-5: #00a8e0;
}
CSS del degradado de fondo Tropical Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #ff8800, #ff5c5c, #00bdad, #00a8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #ff8800, #ff5c5c, #00bdad, #00a8e0);
}
Paletas de colores similares
Tropical Sunrise color palette created on .