Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.gull-grey {
color: #a7adaf;
}
.adeptus-battlegrey {
color: #7d8387;
}
.glazed-granite {
color: #5c5e61;
}
.metropolitan-silhouette {
color: #3f4246;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--gull-grey:#a7adaf;
--adeptus-battlegrey:#7d8387;
--glazed-granite:#5c5e61;
--metropolitan-silhouette:#3f4246;
}