Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.chrome-aluminum {
color: #a6a8ab;
}
.suzu-grey {
color: #9ea1a3;
}
.twilight-grey {
color: #d1d4d6;
}
.snow-cloud {
color: #e6e9eb;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--chrome-aluminum:#a6a8ab;
--suzu-grey:#9ea1a3;
--twilight-grey:#d1d4d6;
--snow-cloud:#e6e9eb;
}