Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.range-land {
color: #5abe55;
}
.green-lacewing {
color: #89d770;
}
.bright-khaki {
color: #f2ea8c;
}
.orange-pospsicle {
color: #f4a20b;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--range-land:#5abe55;
--green-lacewing:#89d770;
--bright-khaki:#f2ea8c;
--orange-pospsicle:#f4a20b;
}