Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.golden-mary {
color: #eabe39;
}
.dutch-orange {
color: #e1a53d;
}
.harvest-at-dusk {
color: #d18329;
}
.boho-copper {
color: #b8632e;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--golden-mary:#eabe39;
--dutch-orange:#e1a53d;
--harvest-at-dusk:#d18329;
--boho-copper:#b8632e;
}