Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b50;
}
.french-market {
color: #a3c8a3;
}
.fine-linen {
color: #f7f9c3;
}
.golden-dream {
color: #f2d12c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b50;
--french-market:#a3c8a3;
--fine-linen:#f7f9c3;
--golden-dream:#f2d12c;
--grapefruit-pulp:#ff6e61;
}