Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.bumblebee {
color: #ffc929;
}
.hollandaise {
color: #ffec3d;
}
.flirtatious {
color: #fdd835;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--bumblebee:#ffc929;
--hollandaise:#ffec3d;
--flirtatious:#fdd835;
--yellow-green-grosbeak:#c2cc33;
}