Color names in this palette
CSS code for this palette
/* CSS */
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.magnesium {
color: #c2c2c2;
}
.quicksilver {
color: #a6a6a6;
}
.grey {
color: #808080;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--extraordinary-abundance-of-tinge:#e6e6e6;
--magnesium:#c2c2c2;
--quicksilver:#a6a6a6;
--grey:#808080;
--thunder:#4d4d4d;
}