CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.stepping-stone {
color: #a5a7a5;
}
.waxwing {
color: #c1c3c1;
}
.aria {
color: #e2e4e2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--stepping-stone:#a5a7a5;
--waxwing:#c1c3c1;
--aria:#e2e4e2;
--white:#ffffff;
}