Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #afb3b6;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.moody-whitby {
color: #8f9294;
}
.shutter-grey {
color: #7a7e7f;
}
.antique-tin {
color: #6d7174;
}
/* CSS Variables */
:root {
--astroscopus-grey:#afb3b6;
--ironbreaker-metal:#a2a7a9;
--moody-whitby:#8f9294;
--shutter-grey:#7a7e7f;
--antique-tin:#6d7174;
}