Skip to content

Instantly share code, notes, and snippets.

@andreswebs
Forked from Squix/tailwind_penpot_tokens.json
Last active September 10, 2025 13:51
Show Gist options
  • Select an option

  • Save andreswebs/61e05696b1e1e221102898a4ede2f2b1 to your computer and use it in GitHub Desktop.

Select an option

Save andreswebs/61e05696b1e1e221102898a4ede2f2b1 to your computer and use it in GitHub Desktop.
TailwindCSS default theme design tokens for Penpot implementation. There are spacing, border-width, border-radius and sizing tokens.
{
"Global": {
"spacing-01": {
"$value": "4px",
"$type": "spacing",
"$description": "p-1, m-1, ..."
},
"spacing-02": {
"$value": "8px",
"$type": "spacing",
"$description": "p-2, m-2, ..."
},
"spacing-03": {
"$value": "12px",
"$type": "spacing",
"$description": "p-3, m-3, ..."
},
"spacing-04": {
"$value": "16px",
"$type": "spacing",
"$description": "p-4, m-4, ..."
},
"spacing-05": {
"$value": "20px",
"$type": "spacing",
"$description": "p-5, m-5, ..."
},
"spacing-06": {
"$value": "24px",
"$type": "spacing",
"$description": "p-6, m-6, ..."
},
"spacing-07": {
"$value": "28px",
"$type": "spacing",
"$description": "p-7, m-7, ..."
},
"spacing-08": {
"$value": "32px",
"$type": "spacing",
"$description": "p-8, m-8, ..."
},
"spacing-09": {
"$value": "36px",
"$type": "spacing",
"$description": "p-9, m-9, ..."
},
"spacing-10": {
"$value": "40px",
"$type": "spacing",
"$description": "p-10, m-10, ..."
},
"spacing-11": {
"$value": "44px",
"$type": "spacing",
"$description": "p-11, m-11, ..."
},
"spacing-12": {
"$value": "48px",
"$type": "spacing",
"$description": "p-12, m-12, ..."
},
"spacing-14": {
"$value": "56px",
"$type": "spacing",
"$description": "p-14, m-14, ..."
},
"spacing-16": {
"$value": "64px",
"$type": "spacing",
"$description": "p-16, m-16, ..."
},
"spacing-20": {
"$value": "80px",
"$type": "spacing",
"$description": "p-20, m-20, ..."
},
"spacing-24": {
"$value": "96px",
"$type": "spacing",
"$description": "p-24, m-24, ..."
},
"spacing-28": {
"$value": "112px",
"$type": "spacing",
"$description": "p-28, m-28, ..."
},
"spacing-32": {
"$value": "128px",
"$type": "spacing",
"$description": "p-32, m-32, ..."
},
"spacing-36": {
"$value": "144px",
"$type": "spacing",
"$description": "p-36, m-36, ..."
},
"spacing-40": {
"$value": "160px",
"$type": "spacing",
"$description": "p-40, m-40, ..."
},
"spacing-44": {
"$value": "176px",
"$type": "spacing",
"$description": "p-44, m-44, ..."
},
"spacing-48": {
"$value": "192px",
"$type": "spacing",
"$description": "p-48, m-48, ..."
},
"spacing-52": {
"$value": "208px",
"$type": "spacing",
"$description": "p-52, m-52, ..."
},
"spacing-56": {
"$value": "224px",
"$type": "spacing",
"$description": "p-56, m-56, ..."
},
"spacing-60": {
"$value": "240px",
"$type": "spacing",
"$description": "p-60, m-60, ..."
},
"spacing-64": {
"$value": "256px",
"$type": "spacing",
"$description": "p-64, m-64, ..."
},
"spacing-72": {
"$value": "288px",
"$type": "spacing",
"$description": "p-72, m-72, ..."
},
"spacing-80": {
"$value": "320px",
"$type": "spacing",
"$description": "p-80, m-80, ..."
},
"spacing-96": {
"$value": "384px",
"$type": "spacing",
"$description": "p-96, m-96, ..."
},
"size-01": {
"$value": "{spacing-01}",
"$type": "sizing",
"$description": "w-1, h-1 and size-1"
},
"size-02": {
"$value": "{spacing-02}",
"$type": "sizing",
"$description": "w-2, h-2 and size-2"
},
"size-03": {
"$value": "{spacing-03}",
"$type": "sizing",
"$description": "w-3, h-3 and size-3"
},
"size-04": {
"$value": "{spacing-04}",
"$type": "sizing",
"$description": "w-4, h-4 and size-4"
},
"size-05": {
"$value": "{spacing-05}",
"$type": "sizing",
"$description": "w-5, h-5 and size-5"
},
"size-06": {
"$value": "{spacing-06}",
"$type": "sizing",
"$description": "w-6, h-6 and size-6"
},
"size-07": {
"$value": "{spacing-07}",
"$type": "sizing",
"$description": "w-7, h-7 and size-7"
},
"size-08": {
"$value": "{spacing-08}",
"$type": "sizing",
"$description": "w-8, h-8 and size-8"
},
"size-09": {
"$value": "{spacing-09}",
"$type": "sizing",
"$description": "w-9, h-9 and size-9"
},
"size-10": {
"$value": "{spacing-10}",
"$type": "sizing",
"$description": "w-10, h-10 and size-10"
},
"size-11": {
"$value": "{spacing-11}",
"$type": "sizing",
"$description": "w-11, h-11 and size-11"
},
"size-12": {
"$value": "{spacing-12}",
"$type": "sizing",
"$description": "w-12, h-12 and size-12"
},
"size-14": {
"$value": "{spacing-14}",
"$type": "sizing",
"$description": "w-14, h-14 and size-14"
},
"size-16": {
"$value": "{spacing-16}",
"$type": "sizing",
"$description": "w-16, h-16 and size-16"
},
"size-20": {
"$value": "{spacing-20}",
"$type": "sizing",
"$description": "w-20, h-20 and size-20"
},
"size-24": {
"$value": "{spacing-24}",
"$type": "sizing",
"$description": "w-24, h-24 and size-24"
},
"size-28": {
"$value": "{spacing-28}",
"$type": "sizing",
"$description": "w-28, h-28 and size-28"
},
"size-32": {
"$value": "{spacing-32}",
"$type": "sizing",
"$description": "w-32, h-32 and size-32"
},
"size-36": {
"$value": "{spacing-36}",
"$type": "sizing",
"$description": "w-36, h-36 and size-36"
},
"size-40": {
"$value": "{spacing-40}",
"$type": "sizing",
"$description": "w-40, h-40 and size-40"
},
"size-44": {
"$value": "{spacing-44}",
"$type": "sizing",
"$description": "w-44, h-44 and size-44"
},
"size-48": {
"$value": "{spacing-48}",
"$type": "sizing",
"$description": "w-48, h-48 and size-48"
},
"size-52": {
"$value": "{spacing-52}",
"$type": "sizing",
"$description": "w-52, h-52 and size-52"
},
"size-56": {
"$value": "{spacing-56}",
"$type": "sizing",
"$description": "w-56, h-56 and size-56"
},
"size-60": {
"$value": "{spacing-60}",
"$type": "sizing",
"$description": "w-60, h-60 and size-60"
},
"size-64": {
"$value": "{spacing-64}",
"$type": "sizing",
"$description": "w-64, h-64 and size-64"
},
"size-72": {
"$value": "{spacing-72}",
"$type": "sizing",
"$description": "w-72, h-72 and size-72"
},
"size-80": {
"$value": "{spacing-80}",
"$type": "sizing",
"$description": "w-80, h-80 and size-80"
},
"size-96": {
"$value": "{spacing-96}",
"$type": "sizing",
"$description": "w-96, h-96 and size-96"
},
"rounded-xs": {
"$value": "2px",
"$type": "borderRadius",
"$description": ""
},
"rounded-sm": {
"$value": "4px",
"$type": "borderRadius",
"$description": ""
},
"rounded-md": {
"$value": "6px",
"$type": "borderRadius",
"$description": ""
},
"rounded-lg": {
"$value": "8px",
"$type": "borderRadius",
"$description": ""
},
"rounded-xl": {
"$value": "12px",
"$type": "borderRadius",
"$description": ""
},
"rounded-2xl": {
"$value": "16px",
"$type": "borderRadius",
"$description": ""
},
"rounded-3xl": {
"$value": "24px",
"$type": "borderRadius",
"$description": ""
},
"rounded-4xl": {
"$value": "32px",
"$type": "borderRadius",
"$description": ""
},
"rounded-full": {
"$value": "1000000000",
"$type": "borderRadius",
"$description": ""
},
"border": { "$value": "1", "$type": "strokeWidth", "$description": "" },
"border-02": { "$value": "2", "$type": "strokeWidth", "$description": "" },
"border-04": { "$value": "4", "$type": "strokeWidth", "$description": "" },
"border-08": { "$value": "8", "$type": "strokeWidth", "$description": "" },
"slate-50": {
"$value": "#f8fafc",
"$type": "color",
"$description": ""
},
"slate-100": {
"$value": "#f1f5f9",
"$type": "color",
"$description": ""
},
"slate-200": {
"$value": "#e2e8f0",
"$type": "color",
"$description": ""
},
"slate-300": {
"$value": "#cbd5e1",
"$type": "color",
"$description": ""
},
"slate-400": {
"$value": "#94a3b8",
"$type": "color",
"$description": ""
},
"slate-500": {
"$value": "#64748b",
"$type": "color",
"$description": ""
},
"slate-600": {
"$value": "#475569",
"$type": "color",
"$description": ""
},
"slate-700": {
"$value": "#334155",
"$type": "color",
"$description": ""
},
"slate-800": {
"$value": "#1e293b",
"$type": "color",
"$description": ""
},
"slate-900": {
"$value": "#0f172a",
"$type": "color",
"$description": ""
},
"gray-50": {
"$value": "#f9fafb",
"$type": "color",
"$description": ""
},
"gray-100": {
"$value": "#f3f4f6",
"$type": "color",
"$description": ""
},
"gray-200": {
"$value": "#e5e7eb",
"$type": "color",
"$description": ""
},
"gray-300": {
"$value": "#d1d5db",
"$type": "color",
"$description": ""
},
"gray-400": {
"$value": "#9ca3af",
"$type": "color",
"$description": ""
},
"gray-500": {
"$value": "#6b7280",
"$type": "color",
"$description": ""
},
"gray-600": {
"$value": "#4b5563",
"$type": "color",
"$description": ""
},
"gray-700": {
"$value": "#374151",
"$type": "color",
"$description": ""
},
"gray-800": {
"$value": "#1f2937",
"$type": "color",
"$description": ""
},
"gray-900": {
"$value": "#111827",
"$type": "color",
"$description": ""
},
"zinc-50": {
"$value": "#fafafa",
"$type": "color",
"$description": ""
},
"zinc-100": {
"$value": "#f4f4f5",
"$type": "color",
"$description": ""
},
"zinc-200": {
"$value": "#e4e4e7",
"$type": "color",
"$description": ""
},
"zinc-300": {
"$value": "#d4d4d8",
"$type": "color",
"$description": ""
},
"zinc-400": {
"$value": "#a1a1aa",
"$type": "color",
"$description": ""
},
"zinc-500": {
"$value": "#71717a",
"$type": "color",
"$description": ""
},
"zinc-600": {
"$value": "#52525b",
"$type": "color",
"$description": ""
},
"zinc-700": {
"$value": "#3f3f46",
"$type": "color",
"$description": ""
},
"zinc-800": {
"$value": "#27272a",
"$type": "color",
"$description": ""
},
"zinc-900": {
"$value": "#18181b",
"$type": "color",
"$description": ""
},
"neutral-50": {
"$value": "#fafafa",
"$type": "color",
"$description": ""
},
"neutral-100": {
"$value": "#f5f5f5",
"$type": "color",
"$description": ""
},
"neutral-200": {
"$value": "#e5e5e5",
"$type": "color",
"$description": ""
},
"neutral-300": {
"$value": "#d4d4d4",
"$type": "color",
"$description": ""
},
"neutral-400": {
"$value": "#a3a3a3",
"$type": "color",
"$description": ""
},
"neutral-500": {
"$value": "#737373",
"$type": "color",
"$description": ""
},
"neutral-600": {
"$value": "#525252",
"$type": "color",
"$description": ""
},
"neutral-700": {
"$value": "#404040",
"$type": "color",
"$description": ""
},
"neutral-800": {
"$value": "#262626",
"$type": "color",
"$description": ""
},
"neutral-900": {
"$value": "#171717",
"$type": "color",
"$description": ""
},
"stone-50": {
"$value": "#fafaf9",
"$type": "color",
"$description": ""
},
"stone-100": {
"$value": "#f5f5f4",
"$type": "color",
"$description": ""
},
"stone-200": {
"$value": "#e7e5e4",
"$type": "color",
"$description": ""
},
"stone-300": {
"$value": "#d6d3d1",
"$type": "color",
"$description": ""
},
"stone-400": {
"$value": "#a8a29e",
"$type": "color",
"$description": ""
},
"stone-500": {
"$value": "#78716c",
"$type": "color",
"$description": ""
},
"stone-600": {
"$value": "#57534e",
"$type": "color",
"$description": ""
},
"stone-700": {
"$value": "#44403c",
"$type": "color",
"$description": ""
},
"stone-800": {
"$value": "#292524",
"$type": "color",
"$description": ""
},
"stone-900": {
"$value": "#1c1917",
"$type": "color",
"$description": ""
},
"red-50": {
"$value": "#fef2f2",
"$type": "color",
"$description": ""
},
"red-100": {
"$value": "#fee2e2",
"$type": "color",
"$description": ""
},
"red-200": {
"$value": "#fecaca",
"$type": "color",
"$description": ""
},
"red-300": {
"$value": "#fca5a5",
"$type": "color",
"$description": ""
},
"red-400": {
"$value": "#f87171",
"$type": "color",
"$description": ""
},
"red-500": {
"$value": "#ef4444",
"$type": "color",
"$description": ""
},
"red-600": {
"$value": "#dc2626",
"$type": "color",
"$description": ""
},
"red-700": {
"$value": "#b91c1c",
"$type": "color",
"$description": ""
},
"red-800": {
"$value": "#991b1b",
"$type": "color",
"$description": ""
},
"red-900": {
"$value": "#7f1d1d",
"$type": "color",
"$description": ""
},
"orange-50": {
"$value": "#fff7ed",
"$type": "color",
"$description": ""
},
"orange-100": {
"$value": "#ffedd5",
"$type": "color",
"$description": ""
},
"orange-200": {
"$value": "#fed7aa",
"$type": "color",
"$description": ""
},
"orange-300": {
"$value": "#fdba74",
"$type": "color",
"$description": ""
},
"orange-400": {
"$value": "#fb923c",
"$type": "color",
"$description": ""
},
"orange-500": {
"$value": "#f97316",
"$type": "color",
"$description": ""
},
"orange-600": {
"$value": "#ea580c",
"$type": "color",
"$description": ""
},
"orange-700": {
"$value": "#c2410c",
"$type": "color",
"$description": ""
},
"orange-800": {
"$value": "#9a3412",
"$type": "color",
"$description": ""
},
"orange-900": {
"$value": "#7c2d12",
"$type": "color",
"$description": ""
},
"amber-50": {
"$value": "#fffbeb",
"$type": "color",
"$description": ""
},
"amber-100": {
"$value": "#fef3c7",
"$type": "color",
"$description": ""
},
"amber-200": {
"$value": "#fde68a",
"$type": "color",
"$description": ""
},
"amber-300": {
"$value": "#fcd34d",
"$type": "color",
"$description": ""
},
"amber-400": {
"$value": "#fbbf24",
"$type": "color",
"$description": ""
},
"amber-500": {
"$value": "#f59e0b",
"$type": "color",
"$description": ""
},
"amber-600": {
"$value": "#d97706",
"$type": "color",
"$description": ""
},
"amber-700": {
"$value": "#b45309",
"$type": "color",
"$description": ""
},
"amber-800": {
"$value": "#92400e",
"$type": "color",
"$description": ""
},
"amber-900": {
"$value": "#78350f",
"$type": "color",
"$description": ""
},
"yellow-50": {
"$value": "#fefce8",
"$type": "color",
"$description": ""
},
"yellow-100": {
"$value": "#fef9c3",
"$type": "color",
"$description": ""
},
"yellow-200": {
"$value": "#fef08a",
"$type": "color",
"$description": ""
},
"yellow-300": {
"$value": "#fde047",
"$type": "color",
"$description": ""
},
"yellow-400": {
"$value": "#facc15",
"$type": "color",
"$description": ""
},
"yellow-500": {
"$value": "#eab308",
"$type": "color",
"$description": ""
},
"yellow-600": {
"$value": "#ca8a04",
"$type": "color",
"$description": ""
},
"yellow-700": {
"$value": "#a16207",
"$type": "color",
"$description": ""
},
"yellow-800": {
"$value": "#854d0e",
"$type": "color",
"$description": ""
},
"yellow-900": {
"$value": "#713f12",
"$type": "color",
"$description": ""
},
"lime-50": {
"$value": "#f7fee7",
"$type": "color",
"$description": ""
},
"lime-100": {
"$value": "#ecfccb",
"$type": "color",
"$description": ""
},
"lime-200": {
"$value": "#d9f99d",
"$type": "color",
"$description": ""
},
"lime-300": {
"$value": "#bef264",
"$type": "color",
"$description": ""
},
"lime-400": {
"$value": "#a3e635",
"$type": "color",
"$description": ""
},
"lime-500": {
"$value": "#84cc16",
"$type": "color",
"$description": ""
},
"lime-600": {
"$value": "#65a30d",
"$type": "color",
"$description": ""
},
"lime-700": {
"$value": "#4d7c0f",
"$type": "color",
"$description": ""
},
"lime-800": {
"$value": "#3f6212",
"$type": "color",
"$description": ""
},
"lime-900": {
"$value": "#365314",
"$type": "color",
"$description": ""
},
"green-50": {
"$value": "#f0fdf4",
"$type": "color",
"$description": ""
},
"green-100": {
"$value": "#dcfce7",
"$type": "color",
"$description": ""
},
"green-200": {
"$value": "#bbf7d0",
"$type": "color",
"$description": ""
},
"green-300": {
"$value": "#86efac",
"$type": "color",
"$description": ""
},
"green-400": {
"$value": "#4ade80",
"$type": "color",
"$description": ""
},
"green-500": {
"$value": "#22c55e",
"$type": "color",
"$description": ""
},
"green-600": {
"$value": "#16a34a",
"$type": "color",
"$description": ""
},
"green-700": {
"$value": "#15803d",
"$type": "color",
"$description": ""
},
"green-800": {
"$value": "#166534",
"$type": "color",
"$description": ""
},
"green-900": {
"$value": "#14532d",
"$type": "color",
"$description": ""
},
"emerald-50": {
"$value": "#ecfdf5",
"$type": "color",
"$description": ""
},
"emerald-100": {
"$value": "#d1fae5",
"$type": "color",
"$description": ""
},
"emerald-200": {
"$value": "#a7f3d0",
"$type": "color",
"$description": ""
},
"emerald-300": {
"$value": "#6ee7b7",
"$type": "color",
"$description": ""
},
"emerald-400": {
"$value": "#34d399",
"$type": "color",
"$description": ""
},
"emerald-500": {
"$value": "#10b981",
"$type": "color",
"$description": ""
},
"emerald-600": {
"$value": "#059669",
"$type": "color",
"$description": ""
},
"emerald-700": {
"$value": "#047857",
"$type": "color",
"$description": ""
},
"emerald-800": {
"$value": "#065f46",
"$type": "color",
"$description": ""
},
"emerald-900": {
"$value": "#064e3b",
"$type": "color",
"$description": ""
},
"teal-50": {
"$value": "#f0fdfa",
"$type": "color",
"$description": ""
},
"teal-100": {
"$value": "#ccfbf1",
"$type": "color",
"$description": ""
},
"teal-200": {
"$value": "#99f6e4",
"$type": "color",
"$description": ""
},
"teal-300": {
"$value": "#5eead4",
"$type": "color",
"$description": ""
},
"teal-400": {
"$value": "#2dd4bf",
"$type": "color",
"$description": ""
},
"teal-500": {
"$value": "#14b8a6",
"$type": "color",
"$description": ""
},
"teal-600": {
"$value": "#0d9488",
"$type": "color",
"$description": ""
},
"teal-700": {
"$value": "#0f766e",
"$type": "color",
"$description": ""
},
"teal-800": {
"$value": "#115e59",
"$type": "color",
"$description": ""
},
"teal-900": {
"$value": "#134e4a",
"$type": "color",
"$description": ""
},
"cyan-50": {
"$value": "#ecfeff",
"$type": "color",
"$description": ""
},
"cyan-100": {
"$value": "#cffafe",
"$type": "color",
"$description": ""
},
"cyan-200": {
"$value": "#a5f3fc",
"$type": "color",
"$description": ""
},
"cyan-300": {
"$value": "#67e8f9",
"$type": "color",
"$description": ""
},
"cyan-400": {
"$value": "#22d3ee",
"$type": "color",
"$description": ""
},
"cyan-500": {
"$value": "#06b6d4",
"$type": "color",
"$description": ""
},
"cyan-600": {
"$value": "#0891b2",
"$type": "color",
"$description": ""
},
"cyan-700": {
"$value": "#0e7490",
"$type": "color",
"$description": ""
},
"cyan-800": {
"$value": "#155e75",
"$type": "color",
"$description": ""
},
"cyan-900": {
"$value": "#164e63",
"$type": "color",
"$description": ""
},
"sky-50": {
"$value": "#f0f9ff",
"$type": "color",
"$description": ""
},
"sky-100": {
"$value": "#e0f2fe",
"$type": "color",
"$description": ""
},
"sky-200": {
"$value": "#bae6fd",
"$type": "color",
"$description": ""
},
"sky-300": {
"$value": "#7dd3fc",
"$type": "color",
"$description": ""
},
"sky-400": {
"$value": "#38bdf8",
"$type": "color",
"$description": ""
},
"sky-500": {
"$value": "#0ea5e9",
"$type": "color",
"$description": ""
},
"sky-600": {
"$value": "#0284c7",
"$type": "color",
"$description": ""
},
"sky-700": {
"$value": "#0369a1",
"$type": "color",
"$description": ""
},
"sky-800": {
"$value": "#075985",
"$type": "color",
"$description": ""
},
"sky-900": {
"$value": "#0c4a6e",
"$type": "color",
"$description": ""
},
"blue-50": {
"$value": "#eff6ff",
"$type": "color",
"$description": ""
},
"blue-100": {
"$value": "#dbeafe",
"$type": "color",
"$description": ""
},
"blue-200": {
"$value": "#bfdbfe",
"$type": "color",
"$description": ""
},
"blue-300": {
"$value": "#93c5fd",
"$type": "color",
"$description": ""
},
"blue-400": {
"$value": "#60a5fa",
"$type": "color",
"$description": ""
},
"blue-500": {
"$value": "#3b82f6",
"$type": "color",
"$description": ""
},
"blue-600": {
"$value": "#2563eb",
"$type": "color",
"$description": ""
},
"blue-700": {
"$value": "#1d4ed8",
"$type": "color",
"$description": ""
},
"blue-800": {
"$value": "#1e40af",
"$type": "color",
"$description": ""
},
"blue-900": {
"$value": "#1e3a8a",
"$type": "color",
"$description": ""
},
"indigo-50": {
"$value": "#eef2ff",
"$type": "color",
"$description": ""
},
"indigo-100": {
"$value": "#e0e7ff",
"$type": "color",
"$description": ""
},
"indigo-200": {
"$value": "#c7d2fe",
"$type": "color",
"$description": ""
},
"indigo-300": {
"$value": "#a5b4fc",
"$type": "color",
"$description": ""
},
"indigo-400": {
"$value": "#818cf8",
"$type": "color",
"$description": ""
},
"indigo-500": {
"$value": "#6366f1",
"$type": "color",
"$description": ""
},
"indigo-600": {
"$value": "#4f46e5",
"$type": "color",
"$description": ""
},
"indigo-700": {
"$value": "#4338ca",
"$type": "color",
"$description": ""
},
"indigo-800": {
"$value": "#3730a3",
"$type": "color",
"$description": ""
},
"indigo-900": {
"$value": "#312e81",
"$type": "color",
"$description": ""
},
"violet-50": {
"$value": "#f5f3ff",
"$type": "color",
"$description": ""
},
"violet-100": {
"$value": "#ede9fe",
"$type": "color",
"$description": ""
},
"violet-200": {
"$value": "#ddd6fe",
"$type": "color",
"$description": ""
},
"violet-300": {
"$value": "#c4b5fd",
"$type": "color",
"$description": ""
},
"violet-400": {
"$value": "#a78bfa",
"$type": "color",
"$description": ""
},
"violet-500": {
"$value": "#8b5cf6",
"$type": "color",
"$description": ""
},
"violet-600": {
"$value": "#7c3aed",
"$type": "color",
"$description": ""
},
"violet-700": {
"$value": "#6d28d9",
"$type": "color",
"$description": ""
},
"violet-800": {
"$value": "#5b21b6",
"$type": "color",
"$description": ""
},
"violet-900": {
"$value": "#4c1d95",
"$type": "color",
"$description": ""
},
"purple-50": {
"$value": "#faf5ff",
"$type": "color",
"$description": ""
},
"purple-100": {
"$value": "#f3e8ff",
"$type": "color",
"$description": ""
},
"purple-200": {
"$value": "#e9d5ff",
"$type": "color",
"$description": ""
},
"purple-300": {
"$value": "#d8b4fe",
"$type": "color",
"$description": ""
},
"purple-400": {
"$value": "#c084fc",
"$type": "color",
"$description": ""
},
"purple-500": {
"$value": "#a855f7",
"$type": "color",
"$description": ""
},
"purple-600": {
"$value": "#9333ea",
"$type": "color",
"$description": ""
},
"purple-700": {
"$value": "#7e22ce",
"$type": "color",
"$description": ""
},
"purple-800": {
"$value": "#6b21a8",
"$type": "color",
"$description": ""
},
"purple-900": {
"$value": "#581c87",
"$type": "color",
"$description": ""
},
"fuchsia-50": {
"$value": "#fdf4ff",
"$type": "color",
"$description": ""
},
"fuchsia-100": {
"$value": "#fae8ff",
"$type": "color",
"$description": ""
},
"fuchsia-200": {
"$value": "#f5d0fe",
"$type": "color",
"$description": ""
},
"fuchsia-300": {
"$value": "#f0abfc",
"$type": "color",
"$description": ""
},
"fuchsia-400": {
"$value": "#e879f9",
"$type": "color",
"$description": ""
},
"fuchsia-500": {
"$value": "#d946ef",
"$type": "color",
"$description": ""
},
"fuchsia-600": {
"$value": "#c026d3",
"$type": "color",
"$description": ""
},
"fuchsia-700": {
"$value": "#a21caf",
"$type": "color",
"$description": ""
},
"fuchsia-800": {
"$value": "#86198f",
"$type": "color",
"$description": ""
},
"fuchsia-900": {
"$value": "#701a75",
"$type": "color",
"$description": ""
},
"pink-50": {
"$value": "#fdf2f8",
"$type": "color",
"$description": ""
},
"pink-100": {
"$value": "#fce7f3",
"$type": "color",
"$description": ""
},
"pink-200": {
"$value": "#fbcfe8",
"$type": "color",
"$description": ""
},
"pink-300": {
"$value": "#f9a8d4",
"$type": "color",
"$description": ""
},
"pink-400": {
"$value": "#f472b6",
"$type": "color",
"$description": ""
},
"pink-500": {
"$value": "#ec4899",
"$type": "color",
"$description": ""
},
"pink-600": {
"$value": "#db2777",
"$type": "color",
"$description": ""
},
"pink-700": {
"$value": "#be185d",
"$type": "color",
"$description": ""
},
"pink-800": {
"$value": "#9d174d",
"$type": "color",
"$description": ""
},
"pink-900": {
"$value": "#831843",
"$type": "color",
"$description": ""
},
"rose-50": {
"$value": "#fff1f2",
"$type": "color",
"$description": ""
},
"rose-100": {
"$value": "#ffe4e6",
"$type": "color",
"$description": ""
},
"rose-200": {
"$value": "#fecdd3",
"$type": "color",
"$description": ""
},
"rose-300": {
"$value": "#fda4af",
"$type": "color",
"$description": ""
},
"rose-400": {
"$value": "#fb7185",
"$type": "color",
"$description": ""
},
"rose-500": {
"$value": "#f43f5e",
"$type": "color",
"$description": ""
},
"rose-600": {
"$value": "#e11d48",
"$type": "color",
"$description": ""
},
"rose-700": {
"$value": "#be123c",
"$type": "color",
"$description": ""
},
"rose-800": {
"$value": "#9f1239",
"$type": "color",
"$description": ""
},
"rose-900": {
"$value": "#881337",
"$type": "color",
"$description": ""
}
},
"$themes": [],
"$metadata": {
"tokenSetOrder": ["Global"],
"activeThemes": [],
"activeSets": ["Global"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment