Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.ship-grey {
color: #3b3b45;
}
.shadow-mountain {
color: #575757;
}
.mythical {
color: #7b7b8e;
}
.curated-lilac {
color: #a4a4b7;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--ship-grey:#3b3b45;
--shadow-mountain:#575757;
--mythical:#7b7b8e;
--curated-lilac:#a4a4b7;
}