Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.vitamin-c {
color: #ff9900;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--vitamin-c:#ff9900;
--coquelicot:#ff3c00;
}