Color names in this palette
CSS code for this palette
/* CSS */
.forest-maid {
color: #5abf5d;
}
.green-trance {
color: #a1d9a3;
}
.chicon {
color: #d1f2b1;
}
.no-gmb-yellow {
color: #f9e58b;
}
.royal-blush {
color: #f36f58;
}
/* CSS Variables */
:root {
--forest-maid:#5abf5d;
--green-trance:#a1d9a3;
--chicon:#d1f2b1;
--no-gmb-yellow:#f9e58b;
--royal-blush:#f36f58;
}