Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b50;
}
.gleeful {
color: #9ebf78;
}
.crystal-apple {
color: #cfe9a0;
}
.fresh-grown {
color: #f1f7c5;
}
.prosecco {
color: #f8d5a5;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b50;
--gleeful:#9ebf78;
--crystal-apple:#cfe9a0;
--fresh-grown:#f1f7c5;
--prosecco:#f8d5a5;
}