Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.grey {
color: #808080;
}
.akuma {
color: #d33131;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--grey:#808080;
--akuma:#d33131;
--white:#ffffff;
}