Color names in this palette
CSS code for this palette
/* CSS */
.lone-star {
color: #c1945c;
}
.appalachian-trail {
color: #d1b789;
}
.jacobean-lace {
color: #e3ccb0;
}
.cr-me-de-la-cr-me {
color: #f3e6b4;
}
.ginger-peach {
color: #f7d0a1;
}
/* CSS Variables */
:root {
--lone-star:#c1945c;
--appalachian-trail:#d1b789;
--jacobean-lace:#e3ccb0;
--cr-me-de-la-cr-me:#f3e6b4;
--ginger-peach:#f7d0a1;
}