Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.philippine-golden-yellow {
color: #ebb800;
}
.thai-mango {
color: #e67300;
}
.tail-lights {
color: #d54215;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--philippine-golden-yellow:#ebb800;
--thai-mango:#e67300;
--tail-lights:#d54215;
--once-bitten:#c0360c;
}