Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4b9b6c;
}
.spearmint-burst {
color: #5abf8b;
}
.crystal-gem {
color: #7bd1a6;
}
.reef-green {
color: #a3e0c8;
}
.freshmint {
color: #d7f9e9;
}
/* CSS Variables */
:root {
--greenbrier:#4b9b6c;
--spearmint-burst:#5abf8b;
--crystal-gem:#7bd1a6;
--reef-green:#a3e0c8;
--freshmint:#d7f9e9;
}