Color names in this palette
CSS code for this palette
/* CSS */
.wild-berry {
color: #7d3b3b;
}
.escalante {
color: #a35c5c;
}
.impatient-heart {
color: #c57d7d;
}
.trick-or-treat {
color: #e9af8b;
}
.banana-ice-cream {
color: #f1d2b1;
}
/* CSS Variables */
:root {
--wild-berry:#7d3b3b;
--escalante:#a35c5c;
--impatient-heart:#c57d7d;
--trick-or-treat:#e9af8b;
--banana-ice-cream:#f1d2b1;
}