Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.caramel-cupcake {
color: #b78b5c;
}
.good-as-gold {
color: #d1b97a;
}
.champagne-cocktail {
color: #e4d6af;
}
.tea-light {
color: #f6e4c1;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--caramel-cupcake:#b78b5c;
--good-as-gold:#d1b97a;
--champagne-cocktail:#e4d6af;
--tea-light:#f6e4c1;
}