Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.black-panther {
color: #424242;
}
.grey {
color: #808080;
}
.tangled-web {
color: #b3b3b3;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--black:#000000;
--black-panther:#424242;
--grey:#808080;
--tangled-web:#b3b3b3;
--christmas-silver:#e0e0e0;
}