Color names in this palette
CSS code for this palette
/* CSS */
.marquis-orange {
color: #d1763d;
}
.welcoming-wasp {
color: #f0a800;
}
.westfall-yellow {
color: #f9d64e;
}
.lime-bright {
color: #f1e3b1;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--marquis-orange:#d1763d;
--welcoming-wasp:#f0a800;
--westfall-yellow:#f9d64e;
--lime-bright:#f1e3b1;
--mandarin-red:#e14d3d;
}