Color names in this palette
CSS code for this palette
/* CSS */
.kryptonite-green {
color: #409c4a;
}
.bermudagrass {
color: #6dca71;
}
.grape-green {
color: #aee6a3;
}
.cocoa-butter {
color: #f3f8bf;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--kryptonite-green:#409c4a;
--bermudagrass:#6dca71;
--grape-green:#aee6a3;
--cocoa-butter:#f3f8bf;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}