Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.verdigris-coloured {
color: #5fbf78;
}
.frugal {
color: #a4d6b6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.cadmium-orange {
color: #f2882c;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--verdigris-coloured:#5fbf78;
--frugal:#a4d6b6;
--hawaiian-cream:#f9e6b9;
--cadmium-orange:#f2882c;
}