Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a6d9b1;
}
.parisian-patina {
color: #7c9c8a;
}
.remote-control {
color: #6e7c6a;
}
.green-mile {
color: #4b5a49;
}
.green-kelp {
color: #3c3e2d;
}
/* CSS Variables */
:root {
--frugal:#a6d9b1;
--parisian-patina:#7c9c8a;
--remote-control:#6e7c6a;
--green-mile:#4b5a49;
--green-kelp:#3c3e2d;
}