Color names in this palette
CSS code for this palette
/* CSS */
.leopard {
color: #d19900;
}
.anzac {
color: #c78b3d;
}
.mandalay {
color: #b97c2d;
}
.golden-oak {
color: #a6692b;
}
.butterscotch-syrup {
color: #daa45d;
}
/* CSS Variables */
:root {
--leopard:#d19900;
--anzac:#c78b3d;
--mandalay:#b97c2d;
--golden-oak:#a6692b;
--butterscotch-syrup:#daa45d;
}