Color names in this palette
CSS code for this palette
/* CSS */
.garden-club {
color: #5d7a4d;
}
.around-the-gills {
color: #a2b86b;
}
.banana-chalk {
color: #d1d869;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fireglow {
color: #d95e3f;
}
/* CSS Variables */
:root {
--garden-club:#5d7a4d;
--around-the-gills:#a2b86b;
--banana-chalk:#d1d869;
--solar-plexus-chakra:#f1c84b;
--fireglow:#d95e3f;
}