Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.raven-black {
color: #3d3d3d;
}
.metallic-gold {
color: #d4af35;
}
.pink-sand {
color: #e0af9e;
}
.ironbreaker-metal {
color: #a3a7a8;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--raven-black:#3d3d3d;
--metallic-gold:#d4af35;
--pink-sand:#e0af9e;
--ironbreaker-metal:#a3a7a8;
}