Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a4daa6;
}
.dublin {
color: #6fbf6e;
}
.discover-deco {
color: #4f994d;
}
.mermaid-s-tail {
color: #3a7939;
}
.deep-into-the-wood {
color: #2c5e2f;
}
/* CSS Variables */
:root {
--green-trance:#a4daa6;
--dublin:#6fbf6e;
--discover-deco:#4f994d;
--mermaid-s-tail:#3a7939;
--deep-into-the-wood:#2c5e2f;
}