Color names in this palette
CSS code for this palette
/* CSS */
.black-pearl {
color: #1e2a2f;
}
.night-watch {
color: #3b4d4e;
}
.seaweed-tea {
color: #5b7b5c;
}
.green-trance {
color: #a2d7a3;
}
.herbal-mist {
color: #d0e7d0;
}
/* CSS Variables */
:root {
--black-pearl:#1e2a2f;
--night-watch:#3b4d4e;
--seaweed-tea:#5b7b5c;
--green-trance:#a2d7a3;
--herbal-mist:#d0e7d0;
}