Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.greenbelt {
color: #3f7d5b;
}
.beau-monde {
color: #7cb19f;
}
.eerie-glow {
color: #a7d7ba;
}
.aqua-spring {
color: #e8f3e9;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--greenbelt:#3f7d5b;
--beau-monde:#7cb19f;
--eerie-glow:#a7d7ba;
--aqua-spring:#e8f3e9;
}