Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.stanger-red {
color: #a30000;
}
.crater-brown {
color: #4c3e3e;
}
.iron-grey {
color: #7c7e7c;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--stanger-red:#a30000;
--crater-brown:#4c3e3e;
--iron-grey:#7c7e7c;
--white-smoke:#f5f5f5;
}