Color names in this palette
CSS code for this palette
/* CSS */
.bruni-green {
color: #7e9c2b;
}
.tan-green {
color: #a3bf6e;
}
.summer-s-heat {
color: #f6e598;
}
.jambalaya {
color: #f8b36d;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--bruni-green:#7e9c2b;
--tan-green:#a3bf6e;
--summer-s-heat:#f6e598;
--jambalaya:#f8b36d;
--orangeville:#e66b5b;
}