Color names in this palette
CSS code for this palette
/* CSS */
.wild-thyme {
color: #7e9d6c;
}
.witty-green {
color: #b8d99b;
}
.hip-hop {
color: #e0e6a3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-rind {
color: #f1903b;
}
/* CSS Variables */
:root {
--wild-thyme:#7e9d6c;
--witty-green:#b8d99b;
--hip-hop:#e0e6a3;
--solar-plexus-chakra:#f1c84b;
--mandarin-rind:#f1903b;
}