Color names in this palette
CSS code for this palette
/* CSS */
.chrome-aluminum {
color: #a6a8ab;
}
.high-rise {
color: #afb2b6;
}
.rinse {
color: #d5d8dc;
}
.aircraft-white {
color: #eef3f6;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--chrome-aluminum:#a6a8ab;
--high-rise:#afb2b6;
--rinse:#d5d8dc;
--aircraft-white:#eef3f6;
--white:#ffffff;
}