Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.bleached-silk {
color: #f2f2f2;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.disco-ball {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--bleached-silk:#f2f2f2;
--extraordinary-abundance-of-tinge:#e6e6e6;
--disco-ball:#d4d4d4;
}