Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.little-league {
color: #6a9a8b;
}
.hooker-s-green {
color: #4b7c6e;
}
.holly-leaf {
color: #2f5b52;
}
.nordic {
color: #1a3d39;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--little-league:#6a9a8b;
--hooker-s-green:#4b7c6e;
--holly-leaf:#2f5b52;
--nordic:#1a3d39;
}