Color names in this palette
CSS code for this palette
/* CSS */
.anchorman {
color: #2a3941;
}
.rolling-sea {
color: #5a6d77;
}
.aged-pewter {
color: #899a99;
}
.alice-white {
color: #c3cfd0;
}
.milky-way {
color: #e7f3f4;
}
/* CSS Variables */
:root {
--anchorman:#2a3941;
--rolling-sea:#5a6d77;
--aged-pewter:#899a99;
--alice-white:#c3cfd0;
--milky-way:#e7f3f4;
}