Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.bi-blue {
color: #66a3ff;
}
.sky-of-magritte {
color: #0099ff;
}
.french-pink {
color: #ff6699;
}
.qing-yellow {
color: #ffcc66;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--bi-blue:#66a3ff;
--sky-of-magritte:#0099ff;
--french-pink:#ff6699;
--qing-yellow:#ffcc66;
}