Color names in this palette
CSS code for this palette
/* CSS */
.bronze-tone {
color: #3d5129;
}
.gully-green {
color: #4c6c3d;
}
.black-leather-jacket {
color: #293d29;
}
.kuro-green {
color: #1b271b;
}
.forest-bound {
color: #6e904c;
}
/* CSS Variables */
:root {
--bronze-tone:#3d5129;
--gully-green:#4c6c3d;
--black-leather-jacket:#293d29;
--kuro-green:#1b271b;
--forest-bound:#6e904c;
}