Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3a8d3b;
}
.range-land {
color: #5cbb58;
}
.patrice {
color: #88d79c;
}
.mojito {
color: #e3f3e2;
}
.cosmetic-peach {
color: #f4c1ae;
}
/* CSS Variables */
:root {
--resplendent-growth:#3a8d3b;
--range-land:#5cbb58;
--patrice:#88d79c;
--mojito:#e3f3e2;
--cosmetic-peach:#f4c1ae;
}