Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.bali-deep {
color: #8b8f92;
}
.dove-wing {
color: #d6d8d4;
}
.bleached-silk {
color: #f2f3f2;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--ironbreaker-metal:#a2a7a9;
--bali-deep:#8b8f92;
--dove-wing:#d6d8d4;
--bleached-silk:#f2f3f2;
}