Color names in this palette
CSS code for this palette
/* CSS */
.gunmetal-grey {
color: #808d8e;
}
.marina-isle {
color: #b1c9bf;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--gunmetal-grey:#808d8e;
--marina-isle:#b1c9bf;
--extraordinary-abundance-of-tinge:#e6e6e6;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}