A gemstone color treasured in Indian jewelry and Mughal architecture, emerald green appears in the gardens and marble inlays of the Taj Mahal. In Islamic Indian tradition, green is the color of paradise.
:root {
--color-emerald-green: #50c878;
}
.example {
background-color: var(--color-emerald-green);
}