Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.dark-engine {
color: #3e3e41;
}
.warpfiend-grey {
color: #6c6c75;
}
.rodeo-red {
color: #a24e39;
}
.langoustine {
color: #d94f20;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--dark-engine:#3e3e41;
--warpfiend-grey:#6c6c75;
--rodeo-red:#a24e39;
--langoustine:#d94f20;
}