All Palettes

Color Palette #5f9b8c, #77b6a6, #a1d3c7, #f5e7b2, #f0a800

0%
0%
0%

CSS code for this palette

/* CSS */
.grey-teal {
color: #5f9b8c;
}
.turtle-lake {
color: #77b6a6;
}
.refresh {
color: #a1d3c7;
}
.icy-lemonade {
color: #f5e7b2;
}
.welcoming-wasp {
color: #f0a800;
}

/* CSS Variables */
:root {
--grey-teal:#5f9b8c;
--turtle-lake:#77b6a6;
--refresh:#a1d3c7;
--icy-lemonade:#f5e7b2;
--welcoming-wasp:#f0a800;
}

More palettes to explore