Color names in this palette
CSS code for this palette
/* CSS */
.glorious-green-glitter {
color: #b0eb0f;
}
.matcha-powder {
color: #a1d600;
}
.environmental-study {
color: #8abd00;
}
.green-envy {
color: #79a800;
}
.pesto-alla-genovese {
color: #5d8f00;
}
/* CSS Variables */
:root {
--glorious-green-glitter:#b0eb0f;
--matcha-powder:#a1d600;
--environmental-study:#8abd00;
--green-envy:#79a800;
--pesto-alla-genovese:#5d8f00;
}