Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.cooled-cream {
color: #fddc96;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--cooled-cream:#fddc96;
--creamy-sweet-corn:#f9c54e;
--peach-butter:#fbaf3c;
}