Color names in this palette
CSS code for this palette
/* CSS */
.heartbeat {
color: #a80000;
}
.shadowed-steel {
color: #4a4a4a;
}
.metallic-gold {
color: #d4af35;
}
.sunflower-mango {
color: #ffb700;
}
.welded-iron {
color: #6e6e6e;
}
/* CSS Variables */
:root {
--heartbeat:#a80000;
--shadowed-steel:#4a4a4a;
--metallic-gold:#d4af35;
--sunflower-mango:#ffb700;
--welded-iron:#6e6e6e;
}