Color names in this palette
CSS code for this palette
/* CSS */
.black-oak {
color: #4f4f4f;
}
.grey {
color: #808080;
}
.dark-souls {
color: #a3a3a3;
}
.chartreuse-shot {
color: #d6d600;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--black-oak:#4f4f4f;
--grey:#808080;
--dark-souls:#a3a3a3;
--chartreuse-shot:#d6d600;
--valiant-poppy:#bf3a2b;
}