Color names in this palette
CSS code for this palette
/* CSS */
.grotesque-green {
color: #60eb8c;
}
.ocean-green {
color: #3c9a6d;
}
.sparkling-emerald {
color: #1f6f52;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.steam-chestnut {
color: #eae0a9;
}
/* CSS Variables */
:root {
--grotesque-green:#60eb8c;
--ocean-green:#3c9a6d;
--sparkling-emerald:#1f6f52;
--touch-of-turquoise:#a2d7d0;
--steam-chestnut:#eae0a9;
}