Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8a4c;
}
.cos {
color: #a3c58c;
}
.lime-cream {
color: #d0e1a8;
}
.yellow-chalk {
color: #f3f7b1;
}
.shell-ginger {
color: #f9e3d7;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8a4c;
--cos:#a3c58c;
--lime-cream:#d0e1a8;
--yellow-chalk:#f3f7b1;
--shell-ginger:#f9e3d7;
}