Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.legacy {
color: #5b5b67;
}
.silver-surfer {
color: #7b7b8a;
}
.ruffled-iris {
color: #9f9fc1;
}
.gram-s-hair {
color: #f6f6f8;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--legacy:#5b5b67;
--silver-surfer:#7b7b8a;
--ruffled-iris:#9f9fc1;
--gram-s-hair:#f6f6f8;
}