Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.forest-maid {
color: #4fbf5a;
}
.vic-20-green {
color: #8ddc89;
}
.fringy-flower {
color: #b2e6b5;
}
.jade-palace {
color: #d0f0d8;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--forest-maid:#4fbf5a;
--vic-20-green:#8ddc89;
--fringy-flower:#b2e6b5;
--jade-palace:#d0f0d8;
}