Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.melbourne {
color: #4b7c4e;
}
.tiki-monster {
color: #8ebe8e;
}
.finger-banana {
color: #dac52b;
}
.crimson-warrior {
color: #b0523b;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--melbourne:#4b7c4e;
--tiki-monster:#8ebe8e;
--finger-banana:#dac52b;
--crimson-warrior:#b0523b;
}