Color names in this palette
CSS code for this palette
/* CSS */
.that-s-atomic {
color: #b0b08d;
}
.egyptian-sand {
color: #beaf8e;
}
.country-charm {
color: #c9c1a6;
}
.bespoke {
color: #d5b99f;
}
.tuscan-soil {
color: #a87b5d;
}
/* CSS Variables */
:root {
--that-s-atomic:#b0b08d;
--egyptian-sand:#beaf8e;
--country-charm:#c9c1a6;
--bespoke:#d5b99f;
--tuscan-soil:#a87b5d;
}