Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.bumblebee {
color: #ffc929;
}
.hollandaise {
color: #ffec3d;
}
.cyber-yellow {
color: #ffd500;
}
.catkin-yellow {
color: #c7a900;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--bumblebee:#ffc929;
--hollandaise:#ffec3d;
--cyber-yellow:#ffd500;
--catkin-yellow:#c7a900;
}