Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.french-pink {
color: #ff6699;
}
.skyan {
color: #66ccff;
}
.indian-saffron {
color: #ff9933;
}
.qing-yellow {
color: #ffcc66;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--french-pink:#ff6699;
--skyan:#66ccff;
--indian-saffron:#ff9933;
--qing-yellow:#ffcc66;
}