Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.storm-lightning {
color: #f9e79f;
}
.mystic-tulip {
color: #f9b39f;
}
.ballet-slippers {
color: #f9a4b1;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--storm-lightning:#f9e79f;
--mystic-tulip:#f9b39f;
--ballet-slippers:#f9a4b1;
}