Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f58b00;
}
.flush-orange {
color: #fa6c00;
}
.tangelo {
color: #fa4f00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--mad-for-mango:#f5a300;
--saffron-gold:#f58b00;
--flush-orange:#fa6c00;
--tangelo:#fa4f00;
}