Color names in this palette
CSS code for this palette
/* CSS */
.muntok-white-pepper {
color: #d4a373;
}
.terra-sol {
color: #e6b77a;
}
.hawker-s-gold {
color: #f2c26e;
}
.lion-of-menecrates {
color: #f0a76a;
}
.day-glow-orange {
color: #eb5a3d;
}
/* CSS Variables */
:root {
--muntok-white-pepper:#d4a373;
--terra-sol:#e6b77a;
--hawker-s-gold:#f2c26e;
--lion-of-menecrates:#f0a76a;
--day-glow-orange:#eb5a3d;
}