Color names in this palette
CSS code for this palette
/* CSS */
.limonana {
color: #07df68;
}
.grotesque-green {
color: #5dda87;
}
.grape-green {
color: #a5e3a1;
}
.chicon {
color: #d3f2b5;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--limonana:#07df68;
--grotesque-green:#5dda87;
--grape-green:#a5e3a1;
--chicon:#d3f2b5;
--shalimar:#f8f9a9;
}