Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.opaline-green {
color: #a3c97e;
}
.mermaid-tears {
color: #d3e5a4;
}
.spring-morn {
color: #e4f1d5;
}
.scallion {
color: #6b8f24;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--opaline-green:#a3c97e;
--mermaid-tears:#d3e5a4;
--spring-morn:#e4f1d5;
--scallion:#6b8f24;
}