Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d44e;
}
.carona {
color: #faa629;
}
.ornery-tangerine {
color: #f97d24;
}
.raw-sunset {
color: #f95e2f;
}
.dusk-orange {
color: #f94e3e;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d44e;
--carona:#faa629;
--ornery-tangerine:#f97d24;
--raw-sunset:#f95e2f;
--dusk-orange:#f94e3e;
}