Color names in this palette
CSS code for this palette
/* CSS */
.forest-biome {
color: #1f5c4f;
}
.sacred-turquoise {
color: #4eb1a1;
}
.green-daze {
color: #8dd3c6;
}
.ice-cube {
color: #afe4d7;
}
.tinted-ice {
color: #d4f7f2;
}
/* CSS Variables */
:root {
--forest-biome:#1f5c4f;
--sacred-turquoise:#4eb1a1;
--green-daze:#8dd3c6;
--ice-cube:#afe4d7;
--tinted-ice:#d4f7f2;
}