Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.palladium {
color: #b0b0b0;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.disco-ball {
color: #d4d4d4;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--palladium:#b0b0b0;
--artificial-intelligence-grey:#a1a1a1;
--disco-ball:#d4d4d4;
--extraordinary-abundance-of-tinge:#e6e6e6;
}