Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e0a4;
}
.spring-bouquet {
color: #6dd087;
}
.fresh-oregano {
color: #4dac67;
}
.shamrock-field {
color: #3a8d4f;
}
.gorgeous-green {
color: #2a7939;
}
/* CSS Variables */
:root {
--grape-green:#a7e0a4;
--spring-bouquet:#6dd087;
--fresh-oregano:#4dac67;
--shamrock-field:#3a8d4f;
--gorgeous-green:#2a7939;
}