Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.golden-beryl-yellow {
color: #d6a800;
}
.bark-sawdust {
color: #a88f00;
}
.snot-green {
color: #a1c200;
}
.gecko-s-dream {
color: #6c9e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--golden-beryl-yellow:#d6a800;
--bark-sawdust:#a88f00;
--snot-green:#a1c200;
--gecko-s-dream:#6c9e00;
}