Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.atomic-tangerine {
color: #ff9966;
}
.french-pink {
color: #ff6699;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.lucky-lime {
color: #99cc33;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--atomic-tangerine:#ff9966;
--french-pink:#ff6699;
--ti-n-l-n-sky:#66b2ff;
--lucky-lime:#99cc33;
}