Theme
Orbital theming is token-driven: wrap your app in OrbitalThemeProvider, hold a Theme signal, and components pick up brand, neutral, spacing, and shadow values as CSS variables.
Use this catalog preview to experiment with light/dark mode, brand hex, density, and elevation scale before committing tokens in app config. Theme fields map to CSS custom properties (for example --orb-color-brand-bg, --orb-space-inline-md) injected on the provider element — customize brand ramps through the Theme signal and custom_light / custom_dark slots.
Interactive designer with brand palette generation and component gallery.
Generated palette from a single brand hex.
Compact, default, and spacious density presets scale spacing tokens.
Key semantic and brand color tokens from the active theme.
Elevation shadow tokens from subtle to pronounced depth.