Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.ball-gown {
color: #50555e;
}
.downing-slate {
color: #797e86;
}
.astroscopus-grey {
color: #afb3b6;
}
.twilight-grey {
color: #d1d5d7;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--ball-gown:#50555e;
--downing-slate:#797e86;
--astroscopus-grey:#afb3b6;
--twilight-grey:#d1d5d7;
}