Color names in this palette
CSS code for this palette
/* CSS */
.chaos-black {
color: #0f0f0f;
}
.bauhaus {
color: #404040;
}
.grey {
color: #808080;
}
.stinging-wasabi {
color: #b3ff6b;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--chaos-black:#0f0f0f;
--bauhaus:#404040;
--grey:#808080;
--stinging-wasabi:#b3ff6b;
--phaser-beam:#ff4d00;
}