Color names in this palette
CSS code for this palette
/* CSS */
.dynamic-green {
color: #a7e03e;
}
.pisco-sour {
color: #b1e86d;
}
.crystal-apple {
color: #d2ea9f;
}
.chiffon {
color: #f4f8b9;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--dynamic-green:#a7e03e;
--pisco-sour:#b1e86d;
--crystal-apple:#d2ea9f;
--chiffon:#f4f8b9;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}