Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.gunmetal-grey {
color: #808d8e;
}
.metallic {
color: #bdc3c7;
}
.orange-gluttony {
color: #e77e23;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--gunmetal-grey:#808d8e;
--metallic:#bdc3c7;
--orange-gluttony:#e77e23;
--valiant-poppy:#bf3a2b;
}