Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.poppy-seed {
color: #4a4d54;
}
.made-in-the-shade {
color: #6a727c;
}
.self-destruct {
color: #c3b298;
}
.horror-snob {
color: #d04e4e;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--poppy-seed:#4a4d54;
--made-in-the-shade:#6a727c;
--self-destruct:#c3b298;
--horror-snob:#d04e4e;
}