Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #df9fd0;
}
.rosy-nectar {
color: #f4c3e3;
}
.icy-lemonade {
color: #f5e7b2;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.pink-eraser {
color: #f6a098;
}
/* CSS Variables */
:root {
--exotic-violet:#df9fd0;
--rosy-nectar:#f4c3e3;
--icy-lemonade:#f5e7b2;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--pink-eraser:#f6a098;
}