Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d3b64a;
}
.bountiful-gold {
color: #e2c269;
}
.lemonade {
color: #f2e59c;
}
.australian-apricot {
color: #f5c5a3;
}
.cherry-brandy {
color: #e56c7e;
}
/* CSS Variables */
:root {
--farm-straw:#d3b64a;
--bountiful-gold:#e2c269;
--lemonade:#f2e59c;
--australian-apricot:#f5c5a3;
--cherry-brandy:#e56c7e;
}