Color names in this palette
CSS code for this palette
/* CSS */
.black-leather-jacket {
color: #2b3b26;
}
.heavy-green {
color: #49593b;
}
.mint-leaves {
color: #6a7a52;
}
.rural-eyes {
color: #9db073;
}
.lettuce-alone {
color: #d0e0a3;
}
/* CSS Variables */
:root {
--black-leather-jacket:#2b3b26;
--heavy-green:#49593b;
--mint-leaves:#6a7a52;
--rural-eyes:#9db073;
--lettuce-alone:#d0e0a3;
}