Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.cannon-barrel {
color: #3d4042;
}
.sheet-metal {
color: #5e6164;
}
.madder-red {
color: #b72a2a;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--cannon-barrel:#3d4042;
--sheet-metal:#5e6164;
--madder-red:#b72a2a;
--sunshine-mellow:#f1c40e;
}