Color names in this palette
CSS code for this palette
/* CSS */
.uniform-grey {
color: #a8a8a8;
}
.astroscopus-grey {
color: #afb3b6;
}
.flat-aluminum {
color: #c3c8cb;
}
.snow-quartz {
color: #d2d7da;
}
.bleached-white {
color: #dfe4e7;
}
/* CSS Variables */
:root {
--uniform-grey:#a8a8a8;
--astroscopus-grey:#afb3b6;
--flat-aluminum:#c3c8cb;
--snow-quartz:#d2d7da;
--bleached-white:#dfe4e7;
}