Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.mango-margarita {
color: #f9b44e;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.cheddar-cheese {
color: #f1873b;
}
.hot-embers {
color: #f25a2c;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--mango-margarita:#f9b44e;
--y-ng-ch-ng-orange:#f1a03b;
--cheddar-cheese:#f1873b;
--hot-embers:#f25a2c;
}