Paleta de colores Tropical Sunset Serpent
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Sunset Serpent palette
CSS de la paleta de colores Tropical Sunset Serpent
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ff3d33;
}
.color-4 {
color: #ff0f7b;
}
.color-5 {
color: #ff75b8;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6a00;
--color-3: #ff3d33;
--color-4: #ff0f7b;
--color-5: #ff75b8;
}
CSS del degradado de fondo Tropical Sunset Serpent
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6a00, #ff3d33, #ff0f7b, #ff75b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6a00, #ff3d33, #ff0f7b, #ff75b8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Tropical Sunset Serpent color palette created on .