Color names in this palette
CSS code for this palette
/* CSS */
.indian-maize {
color: #e0c04d;
}
.ogen-melon {
color: #d2b232;
}
.buddha-gold {
color: #b59e1c;
}
.titanite-yellow {
color: #a78a16;
}
.j-n-z-ng-gold {
color: #8c7612;
}
/* CSS Variables */
:root {
--indian-maize:#e0c04d;
--ogen-melon:#d2b232;
--buddha-gold:#b59e1c;
--titanite-yellow:#a78a16;
--j-n-z-ng-gold:#8c7612;
}