A list of more specific theme keys for Tailwind CSS v4 I can't find documented elsewhere. The more specific key overrides the less specific key. Also, --foreground-color-* isn't a real thing. Just playing with the idea.
| api | theme keys | property |
|---|---|---|
| accent | { --color, --accent-color } | accent-color |
| animate | { --animate } | animation |
| aspect | { --aspect } | aspect-ratio |
| backdrop-blur | { --blur, --backdrop-blur } | --tw-backdrop-blur |
| backdrop-brightness | { --brightness, --backdrop-brightness } | --tw-backdrop-brightness |
| backdrop-contrast | { --contrast, --backdrop-contrast } | --tw-backdrop-contrast |
