Color names in this palette
CSS code for this palette
/* CSS */
.grey-tweed {
color: #b1b9b4;
}
.spare-white {
color: #e3e4dd;
}
.desert-suede {
color: #d3c8b1;
}
.china-doll {
color: #f2e4d4;
}
.y-n-h-i-smoke {
color: #a9c7ba;
}
/* CSS Variables */
:root {
--grey-tweed:#b1b9b4;
--spare-white:#e3e4dd;
--desert-suede:#d3c8b1;
--china-doll:#f2e4d4;
--y-n-h-i-smoke:#a9c7ba;
}