Color names in this palette
CSS code for this palette
/* CSS */
.gorgeous-green {
color: #1e7b3d;
}
.classic-green {
color: #3bbf5c;
}
.mild-menthol {
color: #8cf29f;
}
.goldfinch {
color: #f8e663;
}
.orange-soda {
color: #f95d3e;
}
/* CSS Variables */
:root {
--gorgeous-green:#1e7b3d;
--classic-green:#3bbf5c;
--mild-menthol:#8cf29f;
--goldfinch:#f8e663;
--orange-soda:#f95d3e;
}