Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.baby-seal {
color: #a3a5a8;
}
.pebble-beach {
color: #7e8286;
}
.lump-of-coal {
color: #4f5254;
}
.dark-onyx {
color: #2d2d2f;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--baby-seal:#a3a5a8;
--pebble-beach:#7e8286;
--lump-of-coal:#4f5254;
--dark-onyx:#2d2d2f;
}