Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.chrome-aluminum {
color: #a6a8ab;
}
.shining-silver {
color: #c4c7ca;
}
.cold-wind {
color: #e1e3e5;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--chrome-aluminum:#a6a8ab;
--shining-silver:#c4c7ca;
--cold-wind:#e1e3e5;
--zh-n-zh-b-i-pearl:#f6f8f9;
}