Color names in this palette
CSS code for this palette
/* CSS */
.black-leather-jacket {
color: #2b3b26;
}
.greener-pastures {
color: #495a4c;
}
.malarca {
color: #6e7c6f;
}
.pewter {
color: #8fa393;
}
.mossa {
color: #b2c2b6;
}
/* CSS Variables */
:root {
--black-leather-jacket:#2b3b26;
--greener-pastures:#495a4c;
--malarca:#6e7c6f;
--pewter:#8fa393;
--mossa:#b2c2b6;
}