Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.verdant-oasis {
color: #5abf67;
}
.grape-green {
color: #a5e2a2;
}
.rice-flower {
color: #f2f9d2;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--verdant-oasis:#5abf67;
--grape-green:#a5e2a2;
--rice-flower:#f2f9d2;
--usc-gold:#ffcc00;
}