Color names in this palette
CSS code for this palette
/* CSS */
.carbon {
color: #333333;
}
.shadowed-steel {
color: #4a4a4a;
}
.dim-grey {
color: #696969;
}
.dark-souls {
color: #a3a3a3;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--carbon:#333333;
--shadowed-steel:#4a4a4a;
--dim-grey:#696969;
--dark-souls:#a3a3a3;
--christmas-silver:#e0e0e0;
}