Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.gunmetal-grey {
color: #808d8e;
}
.metallic {
color: #bdc3c7;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--black:#000000;
--gunmetal-grey:#808d8e;
--metallic:#bdc3c7;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}