Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.lemon-bundt-cake {
color: #fff59e;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--lemon-bundt-cake:#fff59e;
--tiger-yellow:#ffdf80;
}