Color names in this palette
CSS code for this palette
/* CSS */
.gunmetal-grey {
color: #808d8e;
}
.metallic {
color: #bdc3c7;
}
.maui-mist {
color: #edf1f2;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--gunmetal-grey:#808d8e;
--metallic:#bdc3c7;
--maui-mist:#edf1f2;
--orange-gluttony:#e77e23;
--tenn:#d15400;
}