Color names in this palette
CSS code for this palette
/* CSS */
.jewel {
color: #126e41;
}
.artificial-turf {
color: #3dae59;
}
.pastel-green {
color: #70db7e;
}
.grape-green {
color: #a8e8a1;
}
.distilled-moss {
color: #d1f9c8;
}
/* CSS Variables */
:root {
--jewel:#126e41;
--artificial-turf:#3dae59;
--pastel-green:#70db7e;
--grape-green:#a8e8a1;
--distilled-moss:#d1f9c8;
}