Color names in this palette
CSS code for this palette
/* CSS */
.dark-souls {
color: #a3a3a3;
}
.explosive-grey {
color: #c4c4c4;
}
.orochimaru {
color: #d9d9d9;
}
.bleached-silk {
color: #f2f2f2;
}
.brainstem-grey {
color: #b5b5b5;
}
/* CSS Variables */
:root {
--dark-souls:#a3a3a3;
--explosive-grey:#c4c4c4;
--orochimaru:#d9d9d9;
--bleached-silk:#f2f2f2;
--brainstem-grey:#b5b5b5;
}