Color names in this palette
CSS code for this palette
/* CSS */
.india-ink {
color: #3b3c4e;
}
.shearwater-black {
color: #5a5b6c;
}
.blue-granite {
color: #797a8b;
}
.ruffled-iris {
color: #9fa0c1;
}
.artistic-violet {
color: #d0d1e7;
}
/* CSS Variables */
:root {
--india-ink:#3b3c4e;
--shearwater-black:#5a5b6c;
--blue-granite:#797a8b;
--ruffled-iris:#9fa0c1;
--artistic-violet:#d0d1e7;
}