Color names in this palette
CSS code for this palette
/* CSS */
.chinese-gold {
color: #dba800;
}
.american-yellow {
color: #f0b400;
}
.empire-yellow {
color: #f5d400;
}
.lemon-peel {
color: #ffec80;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--chinese-gold:#dba800;
--american-yellow:#f0b400;
--empire-yellow:#f5d400;
--lemon-peel:#ffec80;
--usc-gold:#ffcc00;
}