CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.ironside {
color: #7c7f83;
}
.mako {
color: #505558;
}
.caviar {
color: #2b2e31;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--ironbreaker-metal:#a2a7a9;
--ironside:#7c7f83;
--mako:#505558;
--caviar:#2b2e31;
}