All Palettes

Color Palette #ffcc00, #ffffff, #ffb84d, #ffedcc, #ff6e00

0%
0%
0%

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;
}

More palettes to explore