Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.moody-whitby {
color: #8e9195;
}
.tarnished-silver {
color: #797d81;
}
.glazed-granite {
color: #5c5f61;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--ironbreaker-metal:#a2a7a9;
--moody-whitby:#8e9195;
--tarnished-silver:#797d81;
--glazed-granite:#5c5f61;
}