Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.chai-latte {
color: #f9cb9f;
}
.apricot-jam {
color: #f2a76e;
}
.coppersmith {
color: #d68a3d;
}
.sweet-mustard {
color: #d0bf6d;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--chai-latte:#f9cb9f;
--apricot-jam:#f2a76e;
--coppersmith:#d68a3d;
--sweet-mustard:#d0bf6d;
}