CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.white {
color: #ffffff;
}
.floral-leaf {
color: #ffb84d;
}
.milk-froth {
color: #ffedcc;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--white:#ffffff;
--floral-leaf:#ffb84d;
--milk-froth:#ffedcc;
--flush-orange:#ff6e00;
}