Color names in this palette
CSS code for this palette
/* CSS */
.dark-river {
color: #3c4443;
}
.midnight-in-ny {
color: #4d5c5b;
}
.polar-pond {
color: #6b7b79;
}
.holly-glen {
color: #a4b7b5;
}
.egyptian-white {
color: #e4f1ec;
}
/* CSS Variables */
:root {
--dark-river:#3c4443;
--midnight-in-ny:#4d5c5b;
--polar-pond:#6b7b79;
--holly-glen:#a4b7b5;
--egyptian-white:#e4f1ec;
}