Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-burst {
color: #5abf8b;
}
.dancing-jewel {
color: #3d9e79;
}
.pinehurst {
color: #2b7d65;
}
.country-meadow {
color: #1f5b4d;
}
.storm-green {
color: #0b3c32;
}
/* CSS Variables */
:root {
--spearmint-burst:#5abf8b;
--dancing-jewel:#3d9e79;
--pinehurst:#2b7d65;
--country-meadow:#1f5b4d;
--storm-green:#0b3c32;
}