Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.chrome-aluminum {
color: #a6a8ab;
}
.flint-shard {
color: #8e9295;
}
.antique-tin {
color: #6d7174;
}
.typewriter-ink {
color: #4c4f52;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--chrome-aluminum:#a6a8ab;
--flint-shard:#8e9295;
--antique-tin:#6d7174;
--typewriter-ink:#4c4f52;
}