Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.green-pepper {
color: #9cbf63;
}
.mermaid-tears {
color: #d3e3a5;
}
.yellow-avarice {
color: #f4f7d9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--green-pepper:#9cbf63;
--mermaid-tears:#d3e3a5;
--yellow-avarice:#f4f7d9;
--solar-plexus-chakra:#f1c84b;
}