Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.safety-orange {
color: #ff6600;
}
.chinese-new-year {
color: #ff3366;
}
.standby-led {
color: #ff0066;
}
.vivid-orchid {
color: #cc00ff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--safety-orange:#ff6600;
--chinese-new-year:#ff3366;
--standby-led:#ff0066;
--vivid-orchid:#cc00ff;
}