Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.green-pear {
color: #7abf5a;
}
.spring-yellow {
color: #f4e67b;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--overgrown-mausoleum:#4b8b2d;
--green-pear:#7abf5a;
--spring-yellow:#f4e67b;
--lemon-dream:#f0a400;
}