Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.orochimaru {
color: #d9d9d9;
}
.palladium {
color: #b0b0b0;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--orochimaru:#d9d9d9;
--palladium:#b0b0b0;
--aged-moustache-grey:#7d7d7d;
--thunder:#4d4d4d;
}