Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.storm-lightning {
color: #f9e89f;
}
.khaki-core {
color: #f9e5ae;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--storm-lightning:#f9e89f;
--khaki-core:#f9e5ae;
--precious-pink:#f9b4b4;
}