Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.golden-grass {
color: #d9a930;
}
.true-purple {
color: #6f2c90;
}
.green-ribbon {
color: #2b883d;
}
.ancient-ivory {
color: #f1e6d0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--golden-grass:#d9a930;
--true-purple:#6f2c90;
--green-ribbon:#2b883d;
--ancient-ivory:#f1e6d0;
}