Color names in this palette
CSS code for this palette
/* CSS */
.outlawed-orange {
color: #b76f4e;
}
.bison {
color: #6d4e3b;
}
.jungle-book-green {
color: #3b6d4e;
}
.greenbrier {
color: #4c9e6c;
}
.around-the-gills {
color: #a3b76c;
}
/* CSS Variables */
:root {
--outlawed-orange:#b76f4e;
--bison:#6d4e3b;
--jungle-book-green:#3b6d4e;
--greenbrier:#4c9e6c;
--around-the-gills:#a3b76c;
}