Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec3d;
}
.middle-yellow {
color: #ffea00;
}
.not-yo-cheese {
color: #fbc02d;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--usc-gold:#ffcc00;
--hollandaise:#ffec3d;
--middle-yellow:#ffea00;
--not-yo-cheese:#fbc02d;
}