Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.felt-green {
color: #6fbe91;
}
.natural-orchestra {
color: #4b9b7c;
}
.mermaid-sea {
color: #2a7e6f;
}
.forest-biome {
color: #1f5c55;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--felt-green:#6fbe91;
--natural-orchestra:#4b9b7c;
--mermaid-sea:#2a7e6f;
--forest-biome:#1f5c55;
}