Color names in this palette
CSS code for this palette
/* CSS */
.gunmetal-grey {
color: #808d8e;
}
.blue-damselfly {
color: #3398db;
}
.orange-gluttony {
color: #e77e23;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--gunmetal-grey:#808d8e;
--blue-damselfly:#3398db;
--orange-gluttony:#e77e23;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}