Color names in this palette
CSS code for this palette
/* CSS */
.tree-frog {
color: #a2b52c;
}
.cool-as-a-cucumber {
color: #c9d96d;
}
.marsh-mist {
color: #e2e4a0;
}
.yellow-chalk {
color: #f2f8af;
}
.limestoned {
color: #a6c9a6;
}
/* CSS Variables */
:root {
--tree-frog:#a2b52c;
--cool-as-a-cucumber:#c9d96d;
--marsh-mist:#e2e4a0;
--yellow-chalk:#f2f8af;
--limestoned:#a6c9a6;
}