Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a95b2d;
}
.gold-foil {
color: #d9a24a;
}
.golden-appeal {
color: #e6c15c;
}
.ethereal-green {
color: #f0e7c7;
}
.sea-cliff {
color: #a9c8e0;
}
/* CSS Variables */
:root {
--beef-hotpot:#a95b2d;
--gold-foil:#d9a24a;
--golden-appeal:#e6c15c;
--ethereal-green:#f0e7c7;
--sea-cliff:#a9c8e0;
}