Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.leopard {
color: #d19900;
}
.cumin-ochre {
color: #9e6c00;
}
.ayahuasca-vine {
color: #6b4f00;
}
.dark-olive {
color: #3d3d00;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--leopard:#d19900;
--cumin-ochre:#9e6c00;
--ayahuasca-vine:#6b4f00;
--dark-olive:#3d3d00;
}