Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1c4f2d;
}
.onion-seedling {
color: #4b8b5e;
}
.foul-green {
color: #7ec8a1;
}
.celery-bunch {
color: #d1e3b5;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1c4f2d;
--onion-seedling:#4b8b5e;
--foul-green:#7ec8a1;
--celery-bunch:#d1e3b5;
--yippie-ya-yellow:#f3f7a1;
}