Paleta de colores Sunglow Tropics
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunglow Tropics palette
CSS de la paleta de colores Sunglow Tropics
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffaa00;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffcc00;
--color-3: #ffb300;
--color-4: #ffaa00;
--color-5: #ff6e00;
}
CSS del degradado de fondo Sunglow Tropics
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffcc00, #ffb300, #ffaa00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffcc00, #ffb300, #ffaa00, #ff6e00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Amarillo
Sunglow Tropics color palette created on .