Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c2021;
}
.eshin-grey {
color: #4b4f53;
}
.ironbreaker-metal {
color: #a1a7aa;
}
.silver-setting {
color: #d8dada;
}
.gram-s-hair {
color: #f3f6f7;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c2021;
--eshin-grey:#4b4f53;
--ironbreaker-metal:#a1a7aa;
--silver-setting:#d8dada;
--gram-s-hair:#f3f6f7;
}