Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e9b4;
}
.biltmore-buff {
color: #e3cca1;
}
.nutmeg-glow {
color: #d7b58e;
}
.ginger-ale {
color: #c9a86e;
}
.tan-your-hide {
color: #b58f5a;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e9b4;
--biltmore-buff:#e3cca1;
--nutmeg-glow:#d7b58e;
--ginger-ale:#c9a86e;
--tan-your-hide:#b58f5a;
}