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