Color names in this palette
CSS code for this palette
/* CSS */
.melmac-silver {
color: #b5b3a1;
}
.westar {
color: #d4cfc4;
}
.toque-white {
color: #e7e2da;
}
.bali-sand {
color: #f6e7d5;
}
.bleached-apricot {
color: #f9caae;
}
/* CSS Variables */
:root {
--melmac-silver:#b5b3a1;
--westar:#d4cfc4;
--toque-white:#e7e2da;
--bali-sand:#f6e7d5;
--bleached-apricot:#f9caae;
}