Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.hills-of-ireland {
color: #3c7c3d;
}
.range-land {
color: #6cbe55;
}
.grape-green {
color: #a8e59e;
}
.cocoa-butter {
color: #f7f2c0;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--hills-of-ireland:#3c7c3d;
--range-land:#6cbe55;
--grape-green:#a8e59e;
--cocoa-butter:#f7f2c0;
}