Color names in this palette
CSS code for this palette
/* CSS */
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.mad-for-mango {
color: #f5a300;
}
.wiener-schnitzel {
color: #f09800;
}
.accent-orange {
color: #e66b00;
}
.burnt-orange {
color: #d15000;
}
/* CSS Variables */
:root {
--hu-ng-j-n-zh-u-gold:#f9d86c;
--mad-for-mango:#f5a300;
--wiener-schnitzel:#f09800;
--accent-orange:#e66b00;
--burnt-orange:#d15000;
}