Color names in this palette
CSS code for this palette
/* CSS */
.bronze-tone {
color: #3d5129;
}
.deep-slate-olive {
color: #152815;
}
.black-leather-jacket {
color: #293d29;
}
.tabbouleh-green {
color: #506227;
}
.mountain-forest {
color: #4b6a3e;
}
/* CSS Variables */
:root {
--bronze-tone:#3d5129;
--deep-slate-olive:#152815;
--black-leather-jacket:#293d29;
--tabbouleh-green:#506227;
--mountain-forest:#4b6a3e;
}