Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.black-oak {
color: #4f4f4f;
}
.delicious-dill {
color: #70d100;
}
.matcha-powder {
color: #a1d600;
}
.chartreuse-shot {
color: #d6d600;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--black-oak:#4f4f4f;
--delicious-dill:#70d100;
--matcha-powder:#a1d600;
--chartreuse-shot:#d6d600;
}