Color names in this palette
CSS code for this palette
/* CSS */
.blistering-mars {
color: #ff6a4d;
}
.carbon-fiber {
color: #2e2e2e;
}
.carrot-lava {
color: #ff5e24;
}
.velvet {
color: #7a004e;
}
.tobi-brown {
color: #4d1f1f;
}
/* CSS Variables */
:root {
--blistering-mars:#ff6a4d;
--carbon-fiber:#2e2e2e;
--carrot-lava:#ff5e24;
--velvet:#7a004e;
--tobi-brown:#4d1f1f;
}