Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.garish-green {
color: #4fbf8d;
}
.ocean-in-a-bowl {
color: #6de3b4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--garish-green:#4fbf8d;
--ocean-in-a-bowl:#6de3b4;
--optimistic-yellow:#f4e1a4;
--dodgeroll-gold:#f39c12;
}