Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c6;
}
.noodles {
color: #f8e1b4;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.squash-blossom {
color: #f6b83c;
}
.cherokee-dignity {
color: #e57b24;
}
/* CSS Variables */
:root {
--cupid:#f5b2c6;
--noodles:#f8e1b4;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--squash-blossom:#f6b83c;
--cherokee-dignity:#e57b24;
}