Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.molten-core {
color: #ff5900;
}
.boiling-magma {
color: #ff2f00;
}
.rosso-corsa {
color: #d60000;
}
.heartbeat {
color: #a80000;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--molten-core:#ff5900;
--boiling-magma:#ff2f00;
--rosso-corsa:#d60000;
--heartbeat:#a80000;
}