Color names in this palette
CSS code for this palette
/* CSS */
.forest-biome {
color: #1b5a53;
}
.zirconia-teal {
color: #2e7a76;
}
.waterfall {
color: #3db8a1;
}
.turquoise-chalk {
color: #6ce4d8;
}
.waterspout {
color: #a2f6f2;
}
/* CSS Variables */
:root {
--forest-biome:#1b5a53;
--zirconia-teal:#2e7a76;
--waterfall:#3db8a1;
--turquoise-chalk:#6ce4d8;
--waterspout:#a2f6f2;
}