Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.hot-orange {
color: #f58a42;
}
.mango-margarita {
color: #f6b951;
}
.yellow-mask {
color: #f6d355;
}
.fuzzy-duckling {
color: #ffec70;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--hot-orange:#f58a42;
--mango-margarita:#f6b951;
--yellow-mask:#f6d355;
--fuzzy-duckling:#ffec70;
}