Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.green-grass {
color: #3a7e4d;
}
.verdant-oasis {
color: #5fbf6d;
}
.chinook {
color: #9fd5a6;
}
.placebo-lime {
color: #f5faeb;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--green-grass:#3a7e4d;
--verdant-oasis:#5fbf6d;
--chinook:#9fd5a6;
--placebo-lime:#f5faeb;
}