Color names in this palette
CSS code for this palette
/* CSS */
.chaos-black {
color: #0f0f0f;
}
.carbon-fiber {
color: #2e2e2e;
}
.thunder {
color: #4d4d4d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.saint-seiya-gold {
color: #f0f000;
}
/* CSS Variables */
:root {
--chaos-black:#0f0f0f;
--carbon-fiber:#2e2e2e;
--thunder:#4d4d4d;
--artificial-intelligence-grey:#a1a1a1;
--saint-seiya-gold:#f0f000;
}