Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab1;
}
.mint-cold-green {
color: #6dba9f;
}
.green-moray {
color: #3e7a6b;
}
.brunswick-green {
color: #1f4d3c;
}
.sweet-tart {
color: #eaafa9;
}
/* CSS Variables */
:root {
--frugal:#a4dab1;
--mint-cold-green:#6dba9f;
--green-moray:#3e7a6b;
--brunswick-green:#1f4d3c;
--sweet-tart:#eaafa9;
}