Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.honey-wax {
color: #f9a824;
}
.not-yo-cheese {
color: #fbc02d;
}
.hollandaise {
color: #ffec3d;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--honey-wax:#f9a824;
--not-yo-cheese:#fbc02d;
--hollandaise:#ffec3d;
--middle-yellow:#ffea00;
}