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