Color names in this palette
CSS code for this palette
/* CSS */
.chrome-aluminum {
color: #a8a9ad;
}
.high-rise {
color: #afb2b6;
}
.shining-silver {
color: #c4c7ca;
}
.house-sparrow-s-egg {
color: #d6d9dc;
}
.snow-cloud {
color: #e6e9eb;
}
/* CSS Variables */
:root {
--chrome-aluminum:#a8a9ad;
--high-rise:#afb2b6;
--shining-silver:#c4c7ca;
--house-sparrow-s-egg:#d6d9dc;
--snow-cloud:#e6e9eb;
}