Token Export
Export the Sitka token system to JSON (W3C Design Token Community Group format) or Swift for direct use in iOS projects.
JSON (W3C DTCG)
Standard Design Token Community Group format. Compatible with Style Dictionary, Theo, and most token tooling.
sitka-tokens.jsonSwift Extension
Color and spacing extensions for SwiftUI. Drop into your iOS project and import immediately.
SitkaTokens.swiftPreview: sitka-tokens.json
sitka-tokens.json
json
{
"$schema": "https://sitka.design/tokens/v1",
"meta": {
"version": "1.8.0",
"platform": [
"web",
"ios",
"android",
"react-native",
"visionOS",
"watchOS",
"macOS"
],
"generatedAt": "2026-07-09"
},
"color": {
"brand": {
"50": {
"$value": "#f0faf4",
"$type": "color"
},
"100": {
"$value": "#dcf5e7",
"$type": "color"
},
"200": {
"$value": "#b9eace",
"$type": "color"
},
"300": {
"$value": "#84d4a8",
"$type": "color"
},
"400": {
"$value": "#4dba82",
"$type": "color"
},
"500": {
"$value": "#34a865",
"$type": "color"
},
"600": {
"$value": "#289452",
// ...