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: #ff6600;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffdb57;
}
.color-5 {
color: #ffe500;
}
/* CSS Variables */
:root {
--color-1: #ff6600;
--color-2: #ff9100;
--color-3: #ffb300;
--color-4: #ffdb57;
--color-5: #ffe500;
}
CSS del degradado de fondo Orange Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6600, #ff9100, #ffb300, #ffdb57, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6600, #ff9100, #ffb300, #ffdb57, #ffe500);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Naranja
Orange Sunset color palette created on .