Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.classic-green {
color: #3bbf5c;
}
.gulfweed {
color: #2c9b48;
}
.biel-tan-green {
color: #179b64;
}
.into-the-green {
color: #0d6e4f;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--classic-green:#3bbf5c;
--gulfweed:#2c9b48;
--biel-tan-green:#179b64;
--into-the-green:#0d6e4f;
}