Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.typewriter-ink {
color: #4c4f52;
}
.downing-slate {
color: #7a7f85;
}
.harbour-fog {
color: #b0b2b5;
}
.anti-flash-white {
color: #f0f3f5;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--typewriter-ink:#4c4f52;
--downing-slate:#7a7f85;
--harbour-fog:#b0b2b5;
--anti-flash-white:#f0f3f5;
}