Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.blood-burst {
color: #ff4d4d;
}
.future-fuchsia {
color: #ff1f40;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--blood-burst:#ff4d4d;
--future-fuchsia:#ff1f40;
}