Color names in this palette
CSS code for this palette
/* CSS */
.ironbreaker-metal {
color: #a3a7a8;
}
.harbour-fog {
color: #b0b2b5;
}
.flat-aluminum {
color: #c3c8cb;
}
.cold-wind {
color: #e2e3e4;
}
.chef-s-hat {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--ironbreaker-metal:#a3a7a8;
--harbour-fog:#b0b2b5;
--flat-aluminum:#c3c8cb;
--cold-wind:#e2e3e4;
--chef-s-hat:#f3f5f6;
}