Color names in this palette
CSS code for this palette
/* CSS */
.machine-green {
color: #a4a23d;
}
.japanese-fern {
color: #b4b84c;
}
.goody-gumdrop {
color: #d2d67a;
}
.wax-yellow {
color: #e8e8a1;
}
.corn-field {
color: #f5f5c7;
}
/* CSS Variables */
:root {
--machine-green:#a4a23d;
--japanese-fern:#b4b84c;
--goody-gumdrop:#d2d67a;
--wax-yellow:#e8e8a1;
--corn-field:#f5f5c7;
}