Color names in this palette
CSS code for this palette
/* CSS */
.tango {
color: #d16d33;
}
.welcoming-wasp {
color: #f0a800;
}
.mid-century-furniture {
color: #aa5c1d;
}
.summerset {
color: #c87d3c;
}
.mr-mustard {
color: #e6b656;
}
/* CSS Variables */
:root {
--tango:#d16d33;
--welcoming-wasp:#f0a800;
--mid-century-furniture:#aa5c1d;
--summerset:#c87d3c;
--mr-mustard:#e6b656;
}