CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.sunglow {
color: #ffcc33;
}
.vibrant {
color: #ffd54d;
}
.hollandaise {
color: #ffec42;
}
.xanthe-yellow {
color: #ffee57;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--sunglow:#ffcc33;
--vibrant:#ffd54d;
--hollandaise:#ffec42;
--xanthe-yellow:#ffee57;
}