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