Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-liquorice {
color: #3b3b3b;
}
.irish-charm {
color: #6c8b5b;
}
.gingko {
color: #a0c59b;
}
.snow-ballet {
color: #dff1e8;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-liquorice:#3b3b3b;
--irish-charm:#6c8b5b;
--gingko:#a0c59b;
--snow-ballet:#dff1e8;
}