Color names in this palette
CSS code for this palette
/* CSS */
.poppy-seed {
color: #4a4d54;
}
.antique-tin {
color: #6c7075;
}
.bali-deep {
color: #8a8f93;
}
.porch-ceiling {
color: #a3b3b8;
}
.flat-aluminum {
color: #c1c7cd;
}
/* CSS Variables */
:root {
--poppy-seed:#4a4d54;
--antique-tin:#6c7075;
--bali-deep:#8a8f93;
--porch-ceiling:#a3b3b8;
--flat-aluminum:#c1c7cd;
}