Color names in this palette
CSS code for this palette
/* CSS */
.poppy-seed {
color: #4a4d54;
}
.adeptus-battlegrey {
color: #7d8287;
}
.chrome-aluminum {
color: #a6a8ab;
}
.flat-aluminum {
color: #c3c8cb;
}
.shaving-cream {
color: #e1e4e5;
}
/* CSS Variables */
:root {
--poppy-seed:#4a4d54;
--adeptus-battlegrey:#7d8287;
--chrome-aluminum:#a6a8ab;
--flat-aluminum:#c3c8cb;
--shaving-cream:#e1e4e5;
}