Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1f4d3c;
}
.forest-biome {
color: #1f5b4e;
}
.eucalyptus-green {
color: #1f6b5e;
}
.times-square-screens {
color: #1fc77b;
}
.grape-green {
color: #a8e8a1;
}
/* CSS Variables */
:root {
--brunswick-green:#1f4d3c;
--forest-biome:#1f5b4e;
--eucalyptus-green:#1f6b5e;
--times-square-screens:#1fc77b;
--grape-green:#a8e8a1;
}