Color names in this palette
CSS code for this palette
/* CSS */
.polar-pond {
color: #6b7b79;
}
.hostaleaf {
color: #495a57;
}
.baltic-sea {
color: #3b3f3d;
}
.tap-shoe {
color: #2f3231;
}
.inkwell-inception {
color: #1e1f1e;
}
/* CSS Variables */
:root {
--polar-pond:#6b7b79;
--hostaleaf:#495a57;
--baltic-sea:#3b3f3d;
--tap-shoe:#2f3231;
--inkwell-inception:#1e1f1e;
}