Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.safety-orange {
color: #ff6600;
}
.pelati {
color: #ff3333;
}
.alienated {
color: #00cc66;
}
.brilliant-azure {
color: #3399ff;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--safety-orange:#ff6600;
--pelati:#ff3333;
--alienated:#00cc66;
--brilliant-azure:#3399ff;
}