Wiz'rd
Preview & Download
Review your theme in the preview panel, then download as JSON tokens. The ZIP contains DTCG-formatted JSON organised into raw/, alias/, and system/ directories — the same format used by Figma token plugins and the Toucan CLI.
Project Name
Used for the ZIP filename and suggested directory name.
Contains raw/, alias/, and system/ directories with DTCG JSON files.
What to do with the download
1. Extract the ZIP into your project
unzip ~/Downloads/custom-tokens.zip -d ./tokens/custom
2. Point your config at the tokens
{
"tokens": "./tokens/custom",
"outDir": "./css"
}This tells the CLI to compile your tokens instead of the default preset.
3. Build
npx toucan build
4. Import the compiled CSS
/* globals.css */ @import './css/toucan.css';
The JSON files are also compatible with Figma token plugins and can be used as a source for other platform targets (Flutter, iOS, Android) via Style Dictionary.
Live Preview
Display Large
Display Medium
Display Small
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Large body text for lead paragraphs.
Default body text in the surface colour.
Small text for captions and secondary content.
Extra-small text for fine print and labels.
Muted text for supporting information.
Code
const theme = createTheme(tokens);
export default theme;
Buttons
Badges
Inputs
Radio Group
Box / Card
Elevated box with medium radius and padding.
Alerts
Avatars
Accordion
Content for the first accordion section.
Content for the second accordion section.
Content for the third accordion section.
Breadcrumb
Tabs
Overview panel content.
Details panel content.
Settings panel content.
Separator
Horizontal separator shown above and below.
Slider
Progress & Skeleton
Page Surface
Default Surface
Body text on the default page background.
Muted text for secondary information.
Muted Section
Muted Background
Body text on a muted surface.
Raised Card
Card content elevated above the muted surface.
Primary Section (Cascade)
Primary Surface
Body text inherits on-primary colour via cascade.
Muted text also resolves to on-primary.
Card Grid on Muted
Feature One
NewCard content on a raised surface over muted background.
Feature Two
BetaAnother card verifying consistent contrast and spacing.
Form Controls
Alert Variants
Nested Composition
Subscription Plan
Your current plan includes all features.