Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.exhilarating-green {
color: #81ca81;
}
.green-trance {
color: #a5d5a5;
}
.lime-sorbet {
color: #c1e6c1;
}
.nettle-rash {
color: #e7f8e7;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--exhilarating-green:#81ca81;
--green-trance:#a5d5a5;
--lime-sorbet:#c1e6c1;
--nettle-rash:#e7f8e7;
}