Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.forest-maid {
color: #5abf5d;
}
.energise {
color: #77d56d;
}
.snarky-mint {
color: #97e67a;
}
.green-day {
color: #b3f88b;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--forest-maid:#5abf5d;
--energise:#77d56d;
--snarky-mint:#97e67a;
--green-day:#b3f88b;
}