Color names in this palette
CSS code for this palette
/* CSS */
.link-green {
color: #009e4a;
}
.billiards-cloth {
color: #00b849;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.ferrari-red {
color: #ff2b00;
}
/* CSS Variables */
:root {
--link-green:#009e4a;
--billiards-cloth:#00b849;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--ferrari-red:#ff2b00;
}