Color names in this palette
CSS code for this palette
/* CSS */
.golden-lake {
color: #d8c8a2;
}
.october-bounty {
color: #e1c7a3;
}
.chandra-cream {
color: #e8ba5e;
}
.facemark {
color: #f6d288;
}
.wonton-dumpling {
color: #d0a16d;
}
/* CSS Variables */
:root {
--golden-lake:#d8c8a2;
--october-bounty:#e1c7a3;
--chandra-cream:#e8ba5e;
--facemark:#f6d288;
--wonton-dumpling:#d0a16d;
}