Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.safety-yellow {
color: #f0d400;
}
.flatty-yellow {
color: #fae100;
}
.delayed-yellow {
color: #faf600;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--safety-yellow:#f0d400;
--flatty-yellow:#fae100;
--delayed-yellow:#faf600;
--usc-gold:#ffcc00;
}