CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.sunglow {
color: #ffcc33;
}
.yellow {
color: #ffff00;
}
.shovel-knight {
color: #33ccff;
}
.verdant-oasis {
color: #66cc66;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--sunglow:#ffcc33;
--yellow:#ffff00;
--shovel-knight:#33ccff;
--verdant-oasis:#66cc66;
}