Color names in this palette
CSS code for this palette
/* CSS */
.oranzhewyi-orange {
color: #f15d3b;
}
.hot-orange {
color: #f78c40;
}
.koji-orange {
color: #f9af48;
}
.deviled-egg {
color: #fdd67c;
}
.buttered-popcorn {
color: #fef2a4;
}
/* CSS Variables */
:root {
--oranzhewyi-orange:#f15d3b;
--hot-orange:#f78c40;
--koji-orange:#f9af48;
--deviled-egg:#fdd67c;
--buttered-popcorn:#fef2a4;
}