Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.bright-sun {
color: #e6b82d;
}
.mustard-musketeers {
color: #d7a028;
}
.crispy-gold {
color: #c29d2e;
}
.arrowwood {
color: #b08e1c;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--bright-sun:#e6b82d;
--mustard-musketeers:#d7a028;
--crispy-gold:#c29d2e;
--arrowwood:#b08e1c;
}