Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.not-yo-cheese {
color: #fbc02d;
}
.hollandaise {
color: #ffec3d;
}
.hollandaise {
color: #ffec42;
}
.sunny-side-up {
color: #ffd942;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--not-yo-cheese:#fbc02d;
--hollandaise:#ffec3d;
--hollandaise:#ffec42;
--sunny-side-up:#ffd942;
}