Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.zombie-green {
color: #59cf74;
}
.patrice {
color: #8fe0a1;
}
.cashew-cheese {
color: #f8fcba;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--zombie-green:#59cf74;
--patrice:#8fe0a1;
--cashew-cheese:#f8fcba;
--orange-pospsicle:#f2a60d;
}