Color names in this palette
CSS code for this palette
/* CSS */
.silver-medal {
color: #d5d6d7;
}
.stardew {
color: #a6b1b5;
}
.teton-blue {
color: #8c9ba1;
}
.made-of-steel {
color: #5a6a72;
}
.blue-plaza {
color: #2e383d;
}
/* CSS Variables */
:root {
--silver-medal:#d5d6d7;
--stardew:#a6b1b5;
--teton-blue:#8c9ba1;
--made-of-steel:#5a6a72;
--blue-plaza:#2e383d;
}