Color names in this palette
CSS code for this palette
/* CSS */
.dove-wing {
color: #d6d8d4;
}
.silverstone {
color: #b1b4b1;
}
.gunsmoke {
color: #7a7d78;
}
.canyon-wind {
color: #e3e5e0;
}
.unusual-grey {
color: #a3a6a0;
}
/* CSS Variables */
:root {
--dove-wing:#d6d8d4;
--silverstone:#b1b4b1;
--gunsmoke:#7a7d78;
--canyon-wind:#e3e5e0;
--unusual-grey:#a3a6a0;
}