Color names in this palette
CSS code for this palette
/* CSS */
.shaved-chocolate {
color: #5a3f3a;
}
.mudbrick {
color: #a76a62;
}
.frapp {
color: #cbae9a;
}
.assateague-sand {
color: #e1d0b2;
}
.heirloom-lace {
color: #f6e5d5;
}
/* CSS Variables */
:root {
--shaved-chocolate:#5a3f3a;
--mudbrick:#a76a62;
--frapp:#cbae9a;
--assateague-sand:#e1d0b2;
--heirloom-lace:#f6e5d5;
}