CSS code for this palette
/* CSS */
.margarine {
color: #f2d42c;
}
.hot-butter {
color: #e6a100;
}
.sludge {
color: #c76a00;
}
.tijolo {
color: #a84f00;
}
.centipede-brown {
color: #6b2900;
}
/* CSS Variables */
:root {
--margarine:#f2d42c;
--hot-butter:#e6a100;
--sludge:#c76a00;
--tijolo:#a84f00;
--centipede-brown:#6b2900;
}