Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1e1e20;
}
.montana {
color: #39393c;
}
.castlerock {
color: #5f5f63;
}
.silver-sconce {
color: #a1a1a5;
}
.witty-green {
color: #b4d79d;
}
/* CSS Variables */
:root {
--inkwell-inception:#1e1e20;
--montana:#39393c;
--castlerock:#5f5f63;
--silver-sconce:#a1a1a5;
--witty-green:#b4d79d;
}