Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68a3d;
}
.river-of-gold {
color: #e5b55d;
}
.pierogi {
color: #f2d78c;
}
.banana-br-l-e {
color: #f8ecb9;
}
.toffee-tart {
color: #be884b;
}
/* CSS Variables */
:root {
--coppersmith:#d68a3d;
--river-of-gold:#e5b55d;
--pierogi:#f2d78c;
--banana-br-l-e:#f8ecb9;
--toffee-tart:#be884b;
}