Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f7a6b9;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.hawaiian-breeze {
color: #76c5e0;
}
.great-gazoo {
color: #58a76c;
}
.tilted-pinball {
color: #f25926;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f7a6b9;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--hawaiian-breeze:#76c5e0;
--great-gazoo:#58a76c;
--tilted-pinball:#f25926;
}