Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d7;
}
.tropic-turquoise {
color: #6db6a5;
}
.algen-gerne {
color: #499c85;
}
.pinehurst {
color: #2d7b66;
}
.forest-biome {
color: #1f5b4e;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d7;
--tropic-turquoise:#6db6a5;
--algen-gerne:#499c85;
--pinehurst:#2d7b66;
--forest-biome:#1f5b4e;
}