CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.hollandaise {
color: #ffec3d;
}
.bumblebee {
color: #ffc929;
}
.vibrant {
color: #ffd54d;
}
.marigold {
color: #ffc105;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--hollandaise:#ffec3d;
--bumblebee:#ffc929;
--vibrant:#ffd54d;
--marigold:#ffc105;
}