Color names in this palette
CSS code for this palette
/* CSS */
.crystal-gem {
color: #7cd5a4;
}
.poetic-green {
color: #00a841;
}
.garish-green {
color: #4abf8c;
}
.kelly-green {
color: #2d9f5c;
}
.natural-youth {
color: #d9e8b5;
}
/* CSS Variables */
:root {
--crystal-gem:#7cd5a4;
--poetic-green:#00a841;
--garish-green:#4abf8c;
--kelly-green:#2d9f5c;
--natural-youth:#d9e8b5;
}