Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a6e09e;
}
.fringy-flower {
color: #b1e7b7;
}
.spring-kiss {
color: #e1f7b6;
}
.banan-appeal {
color: #f7f3a6;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--grape-green:#a6e09e;
--fringy-flower:#b1e7b7;
--spring-kiss:#e1f7b6;
--banan-appeal:#f7f3a6;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}