Color names in this palette
CSS code for this palette
/* CSS */
.tan-your-hide {
color: #b58c5a;
}
.creole-cottage {
color: #e5b59a;
}
.shetland-pony {
color: #d6a28a;
}
.star-anise-scent {
color: #a87c4d;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--tan-your-hide:#b58c5a;
--creole-cottage:#e5b59a;
--shetland-pony:#d6a28a;
--star-anise-scent:#a87c4d;
--nutmeg:#7e4b3a;
}