Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.lightning-yellow {
color: #f69f2c;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.sweet-mandarin {
color: #d45c3a;
}
.earth-red {
color: #a34d5b;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--lightning-yellow:#f69f2c;
--mustard-crusted-salmon:#f27e40;
--sweet-mandarin:#d45c3a;
--earth-red:#a34d5b;
}