Color names in this palette
CSS code for this palette
/* CSS */
.gold-tooth {
color: #dab80b;
}
.anzac {
color: #cd8e3c;
}
.christmas-orange {
color: #d76e28;
}
.enviable {
color: #4a9a3c;
}
.japanese-iris {
color: #7d5e3b;
}
/* CSS Variables */
:root {
--gold-tooth:#dab80b;
--anzac:#cd8e3c;
--christmas-orange:#d76e28;
--enviable:#4a9a3c;
--japanese-iris:#7d5e3b;
}