Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.chrome-aluminum {
color: #a6a8ab;
}
.ironside {
color: #7d7f82;
}
.madame-mauve {
color: #b6afb2;
}
.cold-wind {
color: #e1e3e5;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--chrome-aluminum:#a6a8ab;
--ironside:#7d7f82;
--madame-mauve:#b6afb2;
--cold-wind:#e1e3e5;
}