Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.chopsticks {
color: #e0d1b8;
}
.irrigation {
color: #796e58;
}
.black-liquorice {
color: #3b3b3b;
}
.eerie-black {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--white:#ffffff;
--chopsticks:#e0d1b8;
--irrigation:#796e58;
--black-liquorice:#3b3b3b;
--eerie-black:#1c1c1c;
}