Color names in this palette
CSS code for this palette
/* CSS */
.shining-silver {
color: #c7c6c8;
}
.silver-sconce {
color: #a09fa3;
}
.smoked-pearl {
color: #6d6d6f;
}
.shadowed-steel {
color: #49494b;
}
.dark-onyx {
color: #2d2d2f;
}
/* CSS Variables */
:root {
--shining-silver:#c7c6c8;
--silver-sconce:#a09fa3;
--smoked-pearl:#6d6d6f;
--shadowed-steel:#49494b;
--dark-onyx:#2d2d2f;
}