Color names in this palette
CSS code for this palette
/* CSS */
.big-bus-yellow {
color: #fed98b;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.brassy {
color: #d4aa2b;
}
.hacienda {
color: #a87d1f;
}
.coffee-adept {
color: #7b5a14;
}
/* CSS Variables */
:root {
--big-bus-yellow:#fed98b;
--adonis-rose-yellow:#f0c24c;
--brassy:#d4aa2b;
--hacienda:#a87d1f;
--coffee-adept:#7b5a14;
}