Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1e1e20;
}
.dark-onyx {
color: #2d2d2f;
}
.dark-shadow {
color: #4b4b4e;
}
.chef-s-hat {
color: #f4f4f6;
}
.tan-temptation {
color: #f0bf9e;
}
/* CSS Variables */
:root {
--inkwell-inception:#1e1e20;
--dark-onyx:#2d2d2f;
--dark-shadow:#4b4b4e;
--chef-s-hat:#f4f4f6;
--tan-temptation:#f0bf9e;
}