Color names in this palette
CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.grey-clouds {
color: #b8b6b2;
}
.mocha-light {
color: #d6d0c2;
}
.gypsum-rose {
color: #e3c4b0;
}
.ballet-white {
color: #f2e6d9;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--grey-clouds:#b8b6b2;
--mocha-light:#d6d0c2;
--gypsum-rose:#e3c4b0;
--ballet-white:#f2e6d9;
}