Color names in this palette
CSS code for this palette
/* CSS */
.hunter-green {
color: #0b3c0b;
}
.discover-deco {
color: #4c904c;
}
.rally-green {
color: #80bc80;
}
.grape-green {
color: #a4e0a4;
}
.pastel-mint {
color: #d1f5d1;
}
/* CSS Variables */
:root {
--hunter-green:#0b3c0b;
--discover-deco:#4c904c;
--rally-green:#80bc80;
--grape-green:#a4e0a4;
--pastel-mint:#d1f5d1;
}