Color names in this palette
CSS code for this palette
/* CSS */
.silver-setting {
color: #d8dada;
}
.flint-smoke {
color: #a9b2b0;
}
.salt-blue {
color: #7b9c9d;
}
.edward {
color: #5b807f;
}
.pyrite-green {
color: #3b6363;
}
/* CSS Variables */
:root {
--silver-setting:#d8dada;
--flint-smoke:#a9b2b0;
--salt-blue:#7b9c9d;
--edward:#5b807f;
--pyrite-green:#3b6363;
}