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