Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f5a300;
}
.golden-glow {
color: #f8d57c;
}
.squash-blossom {
color: #fbb23c;
}
.carrot-lava {
color: #ff5e24;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--mad-for-mango:#f5a300;
--golden-glow:#f8d57c;
--squash-blossom:#fbb23c;
--carrot-lava:#ff5e24;
}