Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.rustic-adobe {
color: #d79b70;
}
.banana-ice-cream {
color: #f1d4b1;
}
.retro-peach {
color: #e8c0b0;
}
.cajun-spice {
color: #c4715a;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--rustic-adobe:#d79b70;
--banana-ice-cream:#f1d4b1;
--retro-peach:#e8c0b0;
--cajun-spice:#c4715a;
}