Color names in this palette
CSS code for this palette
/* CSS */
.december-sky {
color: #d4d6d8;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.ironside {
color: #7c8083;
}
.eshin-grey {
color: #4b4f53;
}
.caviar {
color: #2b2e31;
}
/* CSS Variables */
:root {
--december-sky:#d4d6d8;
--ironbreaker-metal:#a2a7a9;
--ironside:#7c8083;
--eshin-grey:#4b4f53;
--caviar:#2b2e31;
}