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