CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.usc-gold {
color: #ffcc00;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.tomb-blue {
color: #0099cc;
}
.impulse-blue {
color: #006699;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--usc-gold:#ffcc00;
--ti-n-l-n-sky:#66b2ff;
--tomb-blue:#0099cc;
--impulse-blue:#006699;
}