Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1d20;
}
.abbey {
color: #4e4e55;
}
.royal-red-flush {
color: #8e3e41;
}
.liquorice-stick {
color: #b63e3a;
}
.ballerina-tears {
color: #f2b7b1;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1d20;
--abbey:#4e4e55;
--royal-red-flush:#8e3e41;
--liquorice-stick:#b63e3a;
--ballerina-tears:#f2b7b1;
}