Type Alias ProtectedColorKey
ProtectedColorKey:
| "metabase-brand"
| "metabase-brand-hover"
| "admin-navbar"
| "admin-navbar-secondary"
| "admin-navbar-inverse"
| "upsell-primary"
| "upsell-secondary"
| "upsell-gem"
| "accent0"
| "accent1"
| "accent2"
| "accent3"
| "accent4"
| "accent5"
| "accent6"
| "accent7"
Color keys that are protected and should not be exposed to embedding.
Do not derive this from
PROTECTED_COLORSor doc generation will fail.