Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65b3a;
}
.cat-s-eye-marble {
color: #d9a65e;
}
.salmon-eggs {
color: #f4d65d;
}
.around-the-gills {
color: #a6b86b;
}
.gully-green {
color: #4b6a39;
}
/* CSS Variables */
:root {
--falling-leaves:#a65b3a;
--cat-s-eye-marble:#d9a65e;
--salmon-eggs:#f4d65d;
--around-the-gills:#a6b86b;
--gully-green:#4b6a39;
}