Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.bumblebee {
color: #ffc929;
}
.hollandaise {
color: #ffec3d;
}
.golden-aurelia {
color: #fff175;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--bumblebee:#ffc929;
--hollandaise:#ffec3d;
--golden-aurelia:#fff175;
--lemon-bundt-cake:#fff59e;
}