Color names in this palette
CSS code for this palette
/* CSS */
.black-leather-jacket {
color: #2b3b26;
}
.bavarian {
color: #4b5e40;
}
.sage-leaves {
color: #7a8a5c;
}
.limestoned {
color: #a9c9a6;
}
.security {
color: #d6e2c5;
}
/* CSS Variables */
:root {
--black-leather-jacket:#2b3b26;
--bavarian:#4b5e40;
--sage-leaves:#7a8a5c;
--limestoned:#a9c9a6;
--security:#d6e2c5;
}