Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1d20;
}
.dark-shadow {
color: #4b4b4e;
}
.antique-tin {
color: #707075;
}
.silver-sconce {
color: #a1a1a5;
}
.rapunzel-silver {
color: #d2d2d5;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1d20;
--dark-shadow:#4b4b4e;
--antique-tin:#707075;
--silver-sconce:#a1a1a5;
--rapunzel-silver:#d2d2d5;
}