Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.leek {
color: #92d68f;
}
.green-gooseberry {
color: #b0e0a3;
}
.banana-sparkes {
color: #f4f9d7;
}
.club-mate {
color: #f7df7e;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--leek:#92d68f;
--green-gooseberry:#b0e0a3;
--banana-sparkes:#f4f9d7;
--club-mate:#f7df7e;
}