Color names in this palette
CSS code for this palette
/* CSS */
.green-383 {
color: #3c3c2a;
}
.green-goanna {
color: #4d5a3a;
}
.afternoon-tea {
color: #5b4e3e;
}
.capulet-olive {
color: #6e6d49;
}
.canyon-verde {
color: #8b7d5b;
}
/* CSS Variables */
:root {
--green-383:#3c3c2a;
--green-goanna:#4d5a3a;
--afternoon-tea:#5b4e3e;
--capulet-olive:#6e6d49;
--canyon-verde:#8b7d5b;
}