FUI2007: Tailwind arbitrary color should use a token

moderate

A Tailwind arbitrary color value bypasses the project palette policy.

Details

diagnostic
{
  "code": "FUI2007",
  "ruleId": "tailwind/arbitrary-color",
  "category": "Tokens",
  "defaultSeverity": "moderate",
  "lifecycle": "experimental",
  "fixAvailable": true,
  "evidenceRequired": true
}

Guidance

Replace the arbitrary color class with a token-backed Tailwind class from the allowed palette.

For one-off brand or campaign values, add the value to the theme token source first, then reference the generated class.