Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.cover-of-night {
color: #4a4f4e;
}
.leadbelcher-metal {
color: #8a8d8f;
}
.leery-lemon {
color: #f5c619;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--cover-of-night:#4a4f4e;
--leadbelcher-metal:#8a8d8f;
--leery-lemon:#f5c619;
--vampire-red:#d63f2e;
}