Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7a994d;
}
.green-glow {
color: #b3c65d;
}
.yellow-iris {
color: #e8eb8e;
}
.marigold-dust {
color: #f4cf3e;
}
.mango-mojito {
color: #d2a228;
}
/* CSS Variables */
:root {
--mossy-glossy:#7a994d;
--green-glow:#b3c65d;
--yellow-iris:#e8eb8e;
--marigold-dust:#f4cf3e;
--mango-mojito:#d2a228;
}