Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.fiji-palm {
color: #4e8b3c;
}
.niblet-green {
color: #84c332;
}
.yellow-petal {
color: #f1e94b;
}
.decaying-leaf {
color: #d57a34;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--fiji-palm:#4e8b3c;
--niblet-green:#84c332;
--yellow-petal:#f1e94b;
--decaying-leaf:#d57a34;
}