Color names in this palette
CSS code for this palette
/* CSS */
.olde-world-gold {
color: #8e6e3e;
}
.farm-straw {
color: #d1b94d;
}
.salmon-eggs {
color: #f4d35d;
}
.phoenix-flames {
color: #ff9f1a;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--olde-world-gold:#8e6e3e;
--farm-straw:#d1b94d;
--salmon-eggs:#f4d35d;
--phoenix-flames:#ff9f1a;
--shocking-orange:#ff6d1f;
}