CSS code for this palette
/* CSS */
.king-lime {
color: #abd600;
}
.coffee {
color: #714e38;
}
.marigold-dust {
color: #f4cf3e;
}
.garlic-pesto {
color: #c4d600;
}
.treacle {
color: #895b29;
}
/* CSS Variables */
:root {
--king-lime:#abd600;
--coffee:#714e38;
--marigold-dust:#f4cf3e;
--garlic-pesto:#c4d600;
--treacle:#895b29;
}