Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.ironbreaker-metal {
color: #a2a6a9;
}
.ash-blue {
color: #c0c5c8;
}
.snow-cloud {
color: #e6e9eb;
}
.chef-s-hat {
color: #f2f4f7;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--ironbreaker-metal:#a2a6a9;
--ash-blue:#c0c5c8;
--snow-cloud:#e6e9eb;
--chef-s-hat:#f2f4f7;
}