Color names in this palette
CSS code for this palette
/* CSS */
.wild-thyme {
color: #7d9b6f;
}
.salvia {
color: #a7b29f;
}
.light-feather-green {
color: #d1d8c5;
}
.awareness {
color: #e3e9b4;
}
.golden-talisman {
color: #e8c89b;
}
/* CSS Variables */
:root {
--wild-thyme:#7d9b6f;
--salvia:#a7b29f;
--light-feather-green:#d1d8c5;
--awareness:#e3e9b4;
--golden-talisman:#e8c89b;
}