Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.flint-smoke {
color: #a8b3b0;
}
.airborne {
color: #a3c0d1;
}
.classic-chalk {
color: #f5f5f0;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--flint-smoke:#a8b3b0;
--airborne:#a3c0d1;
--classic-chalk:#f5f5f0;
--orochimaru:#d9d9d9;
}