CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.sunglow {
color: #ffcc33;
}
.hollandaise {
color: #ffec3d;
}
.cinque-foil {
color: #ffff8f;
}
.cowbell {
color: #ffe680;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--sunglow:#ffcc33;
--hollandaise:#ffec3d;
--cinque-foil:#ffff8f;
--cowbell:#ffe680;
}