Color names in this palette
CSS code for this palette
/* CSS */
.fortress-grey {
color: #b8b8b8;
}
.ironbreaker-metal {
color: #a1a7aa;
}
.thundercat {
color: #8b99a2;
}
.lynch {
color: #6a7d8a;
}
.seven-seas {
color: #4d5d6a;
}
/* CSS Variables */
:root {
--fortress-grey:#b8b8b8;
--ironbreaker-metal:#a1a7aa;
--thundercat:#8b99a2;
--lynch:#6a7d8a;
--seven-seas:#4d5d6a;
}