Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b4b;
}
.french-market {
color: #a4c3a2;
}
.bleached-jade {
color: #e1e6d1;
}
.soft-butter {
color: #f5e2b8;
}
.english-custard {
color: #e2b86f;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b4b;
--french-market:#a4c3a2;
--bleached-jade:#e1e6d1;
--soft-butter:#f5e2b8;
--english-custard:#e2b86f;
}