# Warning Color

## Essence

Semantic color for warning and attention-required states.

## Tokens

- Base: `--color-warning` = `#9a5b00 / rgb(154, 91, 0)`.
- Inverse: `--color-warning-inverse` currently preserves the base value.

## Internal Rules

- Use only for warning meaning.
- Do not repurpose as decorative orange.
- Request a new approved inverse value if a consuming context fails contrast.

## Accessibility Notes

Pair color with text, icon, or another non-color warning signal.

## Code Paths

- `packages/design-system/src/styles/tokens.css`
