Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abf45;
}
.tropical-light {
color: #9cdf6d;
}
.green-gooseberry {
color: #b1e3a1;
}
.cocoa-butter {
color: #f3f8bf;
}
.lemon-filling {
color: #f7e4a6;
}
/* CSS Variables */
:root {
--pure-apple:#6abf45;
--tropical-light:#9cdf6d;
--green-gooseberry:#b1e3a1;
--cocoa-butter:#f3f8bf;
--lemon-filling:#f7e4a6;
}