Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.ultimate-grey {
color: #a7a8aa;
}
.orochimaru {
color: #d9d9d9;
}
.mt-hood-white {
color: #e7e9e7;
}
.snowflake {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--ultimate-grey:#a7a8aa;
--orochimaru:#d9d9d9;
--mt-hood-white:#e7e9e7;
--snowflake:#f0f0f0;
}