Color names in this palette
CSS code for this palette
/* CSS */
.treelet {
color: #5f9b6d;
}
.cos {
color: #a1c68b;
}
.cactus-spike {
color: #c4e1a3;
}
.yellow-chalk {
color: #f3f7b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--treelet:#5f9b6d;
--cos:#a1c68b;
--cactus-spike:#c4e1a3;
--yellow-chalk:#f3f7b1;
--solar-plexus-chakra:#f1c84b;
}