Color names in this palette
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;
}