Paleta de colores Sunset Fiesta
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Fiesta palette
CSS de la paleta de colores Sunset Fiesta
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ff5e00;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb700;
--color-3: #ffd900;
--color-4: #ffd942;
--color-5: #ff5e00;
}
CSS del degradado de fondo Sunset Fiesta
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb700, #ffd900, #ffd942, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb700, #ffd900, #ffd942, #ff5e00);
}
Paletas de colores similares
Sunset Fiesta color palette created on .