Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.tropic-turquoise {
color: #6fb3a0;
}
.winter-green {
color: #4a8c7e;
}
.old-money {
color: #2d5d4d;
}
.nordic {
color: #1a3d3b;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--tropic-turquoise:#6fb3a0;
--winter-green:#4a8c7e;
--old-money:#2d5d4d;
--nordic:#1a3d3b;
}