Color names in this palette
CSS code for this palette
/* CSS */
.vegetation {
color: #5cdb95;
}
.green-jelly {
color: #379582;
}
.grape-green {
color: #a8e4a0;
}
.momo-peach {
color: #f67481;
}
.briar-rose {
color: #c06d84;
}
/* CSS Variables */
:root {
--vegetation:#5cdb95;
--green-jelly:#379582;
--grape-green:#a8e4a0;
--momo-peach:#f67481;
--briar-rose:#c06d84;
}