Color names in this palette
CSS code for this palette
/* CSS */
.coal-hard-truth {
color: #3b3b3f;
}
.charcoal-plum {
color: #6b6b70;
}
.silver-sconce {
color: #a1a1a5;
}
.cumberland-fog {
color: #dadadd;
}
.chef-s-hat {
color: #f4f4f6;
}
/* CSS Variables */
:root {
--coal-hard-truth:#3b3b3f;
--charcoal-plum:#6b6b70;
--silver-sconce:#a1a1a5;
--cumberland-fog:#dadadd;
--chef-s-hat:#f4f4f6;
}