Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.cannon-barrel {
color: #3d4042;
}
.blackish-grey {
color: #5b5d62;
}
.woven-gold {
color: #d6b73d;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--cannon-barrel:#3d4042;
--blackish-grey:#5b5d62;
--woven-gold:#d6b73d;
--bacon-strips:#e13e33;
}