Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.loren-forest {
color: #4f6e2b;
}
.ultra-green {
color: #7fbf4a;
}
.lime-lizard {
color: #a5d65c;
}
.curious {
color: #d8e1a3;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--loren-forest:#4f6e2b;
--ultra-green:#7fbf4a;
--lime-lizard:#a5d65c;
--curious:#d8e1a3;
}