Color names in this palette
CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.grey-matters {
color: #a8a9a2;
}
.grey-frost {
color: #b8c0c1;
}
.silver-tradition {
color: #d8d9d3;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--grey-matters:#a8a9a2;
--grey-frost:#b8c0c1;
--silver-tradition:#d8d9d3;
--bleached-silk:#f2f4f1;
}