Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7a994d;
}
.opaline-green {
color: #a8c57c;
}
.mermaid-tears {
color: #d4e5a4;
}
.spilt-milk {
color: #f3f6d0;
}
.tan-temptation {
color: #f0c09e;
}
/* CSS Variables */
:root {
--mossy-glossy:#7a994d;
--opaline-green:#a8c57c;
--mermaid-tears:#d4e5a4;
--spilt-milk:#f3f6d0;
--tan-temptation:#f0c09e;
}