Color names in this palette
CSS code for this palette
/* CSS */
.splash-of-honey {
color: #d9b88c;
}
.hitching-post {
color: #c68c6c;
}
.pecan {
color: #a67154;
}
.nutmeg {
color: #7d4b3b;
}
.christmas-brown {
color: #5d2f2d;
}
/* CSS Variables */
:root {
--splash-of-honey:#d9b88c;
--hitching-post:#c68c6c;
--pecan:#a67154;
--nutmeg:#7d4b3b;
--christmas-brown:#5d2f2d;
}