Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7c9b4b;
}
.aroma-garden {
color: #a3c2a6;
}
.italian-straw {
color: #e5d29e;
}
.wheatberry {
color: #c88c5b;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--mossy-glossy:#7c9b4b;
--aroma-garden:#a3c2a6;
--italian-straw:#e5d29e;
--wheatberry:#c88c5b;
--mod-orange:#d75b3c;
}