Color names in this palette
CSS code for this palette
/* CSS */
.pont-moss {
color: #5c8d2a;
}
.conceptual {
color: #7bbf4a;
}
.tropical-light {
color: #a3d86e;
}
.sickly-yellow {
color: #d4e62d;
}
.lager {
color: #f2f91a;
}
/* CSS Variables */
:root {
--pont-moss:#5c8d2a;
--conceptual:#7bbf4a;
--tropical-light:#a3d86e;
--sickly-yellow:#d4e62d;
--lager:#f2f91a;
}