Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abf45;
}
.tropical-light {
color: #a3d770;
}
.lettuce-alone {
color: #d3e0a3;
}
.applemint-soda {
color: #f1f7e9;
}
.bullet-hell {
color: #f9f0c8;
}
/* CSS Variables */
:root {
--pure-apple:#6abf45;
--tropical-light:#a3d770;
--lettuce-alone:#d3e0a3;
--applemint-soda:#f1f7e9;
--bullet-hell:#f9f0c8;
}