Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.glitter-yellow {
color: #f8d75d;
}
.trump-tan {
color: #f6a76a;
}
.l-l-red {
color: #d75c23;
}
.etruscan-red {
color: #c82d3f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--glitter-yellow:#f8d75d;
--trump-tan:#f6a76a;
--l-l-red:#d75c23;
--etruscan-red:#c82d3f;
}