Color names in this palette
CSS code for this palette
/* CSS */
.christmas-silver {
color: #e0e0e0;
}
.light-sage {
color: #b1b1a0;
}
.smoky-slate {
color: #a1a18c;
}
.dry-sage {
color: #8b8b79;
}
.duck-willow {
color: #6b6b5b;
}
/* CSS Variables */
:root {
--christmas-silver:#e0e0e0;
--light-sage:#b1b1a0;
--smoky-slate:#a1a18c;
--dry-sage:#8b8b79;
--duck-willow:#6b6b5b;
}