Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.nereus {
color: #4b7d3b;
}
.green-bark {
color: #a9c5a5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.chi-gong {
color: #d12929;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--nereus:#4b7d3b;
--green-bark:#a9c5a5;
--solar-plexus-chakra:#f1c84b;
--chi-gong:#d12929;
}