Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.churchill {
color: #4d4d56;
}
.blue-granite {
color: #79798b;
}
.luxe-lilac {
color: #a6a6b0;
}
.dreamy-cloud {
color: #e5e5eb;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--churchill:#4d4d56;
--blue-granite:#79798b;
--luxe-lilac:#a6a6b0;
--dreamy-cloud:#e5e5eb;
}