Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.pickled-ginger {
color: #ffe057;
}
.chilled-lemonade {
color: #ffea94;
}
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--pickled-ginger:#ffe057;
--chilled-lemonade:#ffea94;
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
}