Color names in this palette
CSS code for this palette
/* CSS */
.silver-lining {
color: #b7b1a4;
}
.miner-s-dust {
color: #d2cec6;
}
.august-moon {
color: #e6e1d6;
}
.fresh-dew {
color: #f1f4e6;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--silver-lining:#b7b1a4;
--miner-s-dust:#d2cec6;
--august-moon:#e6e1d6;
--fresh-dew:#f1f4e6;
--dr-white:#fafafa;
}