Color names in this palette
CSS code for this palette
/* CSS */
.creole-cottage {
color: #e6b598;
}
.mulled-spice {
color: #d3a478;
}
.gin-still {
color: #b98e5b;
}
.butter-caramel {
color: #a47b4c;
}
.cowboy-trails {
color: #8c6b4a;
}
/* CSS Variables */
:root {
--creole-cottage:#e6b598;
--mulled-spice:#d3a478;
--gin-still:#b98e5b;
--butter-caramel:#a47b4c;
--cowboy-trails:#8c6b4a;
}