Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-s-tail {
color: #3a7939;
}
.dublin {
color: #6ebf6e;
}
.green-trance {
color: #a3d7a3;
}
.frosted-mint {
color: #e4f1e4;
}
.hotot-bunny {
color: #f1f3f1;
}
/* CSS Variables */
:root {
--mermaid-s-tail:#3a7939;
--dublin:#6ebf6e;
--green-trance:#a3d7a3;
--frosted-mint:#e4f1e4;
--hotot-bunny:#f1f3f1;
}