Color names in this palette
CSS code for this palette
/* CSS */
.dard-hunter-green {
color: #3b4a3e;
}
.wild-thyme {
color: #7d9b6f;
}
.aroma-garden {
color: #a4c6a9;
}
.butter-cookie {
color: #f0e6b2;
}
.india-trade {
color: #e3a068;
}
/* CSS Variables */
:root {
--dard-hunter-green:#3b4a3e;
--wild-thyme:#7d9b6f;
--aroma-garden:#a4c6a9;
--butter-cookie:#f0e6b2;
--india-trade:#e3a068;
}