Color names in this palette
CSS code for this palette
/* CSS */
.highlands-moss {
color: #4a4d00;
}
.kuwazome-red {
color: #5a2a2a;
}
.kelp {
color: #4c4e3b;
}
.carbon-fiber {
color: #2e2e2e;
}
.perfect-pear {
color: #e8e9b9;
}
/* CSS Variables */
:root {
--highlands-moss:#4a4d00;
--kuwazome-red:#5a2a2a;
--kelp:#4c4e3b;
--carbon-fiber:#2e2e2e;
--perfect-pear:#e8e9b9;
}