Color names in this palette
CSS code for this palette
/* CSS */
.van-gogh-green {
color: #6dd093;
}
.grape-green {
color: #a8e8a1;
}
.ethereal-green {
color: #f0e7c7;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.curry-bubbles {
color: #f5b800;
}
/* CSS Variables */
:root {
--van-gogh-green:#6dd093;
--grape-green:#a8e8a1;
--ethereal-green:#f0e7c7;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--curry-bubbles:#f5b800;
}