All Palettes

Color Palette #1f1f1f, #4f4f4f, #70d100, #a1d600, #d6d600

0%
0%
0%

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;
}

More palettes to explore