Color names in this palette
CSS code for this palette
/* CSS */
.gatsby-glitter {
color: #f0d87f;
}
.mung-bean {
color: #d0c36c;
}
.brass {
color: #b5b140;
}
.fistfull-of-green {
color: #a1aa1d;
}
.foggy-bog {
color: #868f1e;
}
/* CSS Variables */
:root {
--gatsby-glitter:#f0d87f;
--mung-bean:#d0c36c;
--brass:#b5b140;
--fistfull-of-green:#a1aa1d;
--foggy-bog:#868f1e;
}