All Palettes

Color Palette #a7c8b9, #6fb3a0, #4a8c7e, #2d5d4d, #1a3d3b

0%
0%
0%

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;
}

More palettes to explore