Color names in this palette
CSS code for this palette
/* CSS */
.green-grass {
color: #3a7e4d;
}
.mossy-glossy {
color: #7a994d;
}
.sweet-midori {
color: #a7c44f;
}
.bright-khaki {
color: #f0e78e;
}
.zucchini-flower {
color: #e6a84c;
}
/* CSS Variables */
:root {
--green-grass:#3a7e4d;
--mossy-glossy:#7a994d;
--sweet-midori:#a7c44f;
--bright-khaki:#f0e78e;
--zucchini-flower:#e6a84c;
}