Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.sunglow {
color: #ffcc33;
}
.hollandaise {
color: #ffec3d;
}
.hollandaise {
color: #ffec42;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--sunglow:#ffcc33;
--hollandaise:#ffec3d;
--hollandaise:#ffec42;
--tiger-yellow:#ffdf80;
}