My developer noticed that a set of color variables outputs a different hex code than is defined in the variables.
The variables are defined as follows:
- Cream/100: #F8EEE2
- Text/impact-inverse: cream/100
- dev mode outputs Text/impact-inverse as #F9F0E6
When I detach cream/100 from type/impact-inverse it displays the proper hex code (#F8EEE2). I don’t even have a guess as to what the issue might be.
Attached are the screenshots he sent me to describe the issue.

