Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d9cbaf;
}
.best-beige {
color: #c5b59b;
}
.soft-impala {
color: #a28b7c;
}
.butternut-wood {
color: #7d6d59;
}
.beggar {
color: #5b4b39;
}
/* CSS Variables */
:root {
--soft-suede:#d9cbaf;
--best-beige:#c5b59b;
--soft-impala:#a28b7c;
--butternut-wood:#7d6d59;
--beggar:#5b4b39;
}