Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.after-midnight {
color: #383a3e;
}
.grey-pinstripe {
color: #4c4e52;
}
.ultimate-grey {
color: #a7a8aa;
}
.swirling-water {
color: #e6e8ea;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--after-midnight:#383a3e;
--grey-pinstripe:#4c4e52;
--ultimate-grey:#a7a8aa;
--swirling-water:#e6e8ea;
}