CSS code for this palette
/* CSS */
.sinbad {
color: #a7d7d3;
}
.miami-teal {
color: #6bc2b5;
}
.greenway {
color: #3b9b7a;
}
.leprechaun {
color: #2a8d6e;
}
.forest-biome {
color: #1e5c54;
}
/* CSS Variables */
:root {
--sinbad:#a7d7d3;
--miami-teal:#6bc2b5;
--greenway:#3b9b7a;
--leprechaun:#2a8d6e;
--forest-biome:#1e5c54;
}