easeextracted · 37 artefacts
figma.com
Live extraction of https://figma.com — tokens, emitters, anatomy, icons, voice, motion, MCP server, AGENTS.md, prompt pack and a 13-chapter brand book. Generated with one command.
They surface 4 sections per brand (DESIGN.md · Tailwind · CSS · Tokens). designlang ships 37 artefacts for figma.com and renders 12+ sections below.
---
site: "Figma: The Collaborative Interface Design Tool"
url: "https://figma.com"
generated_at: "2026-05-21T11:47:17.931Z"
generator: "designlang@12.14.0"
intent: landing
material: flat
tokens:
colors:
primary: "#e4ff97"
secondary: "#00b6ff"
accent: "#c4baff"
background: "#ffffff"
foreground: "#000000"
typography:
sans: figmaSans
mono: figmaMono
base: 18
spacing:
base: 4
scale: "[1, 16, 24, 27, 40, 44, 53, 60, 64, 80]"
radii:
xs: 2
md: 8
lg: 16
full: 50
shadows:
sm: "rgb(255, 255, 255) 0px 0px 0px 1px inset"
xs: "rgba(0, 0, 0, 0.08) 0px 1px 0px 0px"
lg: "rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px"
---
# Overview
A **landing** page (heuristic confidence 0.29), dressed in **flat** material.
> "Use cases"
The author writes in a **friendly** voice; headings tend to be **Sentence case** case and **tight**.
Reading order detected on the source: `cta → nav → nav → nav → nav → nav → nav → nav → testimonial → hero → content → hero → testimonial → content → content → testimonial → testimonial → content → pricing → content → footer`.
Source: <https://figma.com>.
# Colors
| role | hex | usage |
|---|---|---|
| primary | `#e4ff97` | 1 |
| secondary | `#00b6ff` | 1 |
| accent | `#c4baff` | 1 |
| background | `#ffffff` | — |
| foreground | `#000000` | — |
**Neutrals:** `#000000` · `#ffffff` · `#697485` · `#e6e6e6` · `#f3ffe3`
**Total unique colors detected:** 18.
# Typography
**Families**
- `figmaSans` · 1494 uses
- `figmaMono` · 18 uses
**Body size:** `18px` / line-height `25.2px`.
**Heading scale**
| level | size | weight | line-height |
|---|---|---|---|
| h1 | `64px` | `400` | `70.4px` |
| h2 | `44px` | `400` | `48.4px` |
| h3 | `24px` | `320` | `32.4px` |
| h4 | `18px` | `330` | `25.2px` |
# Layout
**Spacing base:** `4px` increments.
**Scale:** `1px` · `16px` · `24px` · `27px` · `40px` · `44px` · `53px` · `60px` · `64px` · `80px`
**Layout primitives:** 23 grid containers · 154 flex containers.
**Breakpoints:** `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px`
# Elevation and Depth
**Shadow scale**
- `sm` — `rgb(0, 0, 0) 0px 0px 0px 1px inset`
- `sm` — `rgb(255, 255, 255) 0px 0px 0px 1px inset`
- `xs` — `rgba(0, 0, 0, 0.08) 0px 1px 0px 0px`
- `lg` — `rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px`
- `xl` — `rgba(0, 0, 0, 0.1) 0px 24px 70px 0px`
**Z-index layers:** 11
# Shapes
**Radius scale**
- `xs` — `2px`
- `md` — `8px`
- `lg` — `16px`
- `full` — `50px`
# Components
**Detected patterns:** `buttons` · `cards` · `links` · `navigation` · `footer` · `modals` · `dropdowns` · `badges` · `tabs`
**Anatomy**
| kind | variants | sizes | instances |
|---|---|---|---|
| button | — | — | 22 |
# Do's and Don'ts
**Do's**
- Use `publish`, `products`, `solutions` as the primary verbs in CTAs — these dominate the source.
- Write headings in **Sentence case** case, **tight** length.
- Address the reader with the pronoun posture **you-only**.
- Stay inside the **flat** material — match shadow and radius habits.
**Don'ts**
- Don't 8 font weights in use — consider standardizing to 3 (regular, medium, bold).
- Don't 216 !important rules — prefer specificity over overrides.
- Don't 94% of css is unused — consider purging.
- Don't 41308 duplicate css declarations.
---
_Generated by [designlang](https://github.com/Manavarya09/design-extract) v12.14.0 from <https://figma.com>._
_Compatible with the DESIGN.md convention pioneered by [design-extractor.com](https://www.design-extractor.com) — extended with intent, material, voice, anatomy, and library detection._
Typography
figmaSansVoice
Tone, CTA verbs, headlines and pronoun stance — pulled from the live page.
top CTA verbs
motionlang
Motion Lab
Every easing curve and duration figma.com ships, drawn and replayed live. Export them as Framer Motion presets from the motion.framer.js tab above.
easing curves · 3
cubic-bezier(0.8, 0, 0.2, 1)cubic-bezier(0.34, 1.56, 0.64, 1)durations · 6
Component anatomy
Typed React stubs — variants, slots and props detected from clustered DOM patterns.
// Auto-generated by designlang — component anatomy v2.
// Scaffolds. Wire into your token system; not a runtime library.
import * as React from 'react';
export interface ButtonProps {
variant?: 'default';
size?: 'md';
leadingIcon?: React.ReactNode;
children?: React.ReactNode;
}
export function Button({ variant = 'default', size = 'md', ...rest }: ButtonProps) {
return React.createElement('button', { 'data-variant': variant, 'data-size': size, ...rest });
}
Icon system
SVG icon census — count, style mix, grid and stroke profile.
Agent prompt
One self-contained system prompt with every figma.com token, anatomy slot and voice rule. Drop it into any AI agent and it builds in this brand without hallucinating.
# You are building UI in the figma.com design system. Source: https://figma.com Extracted by designlang on 2026-05-21. ## Brand at a glance - title Figma: The Collaborative Interface Design Tool - page intent landing - material flat - design grade B ## Colour - primary #e4ff97 - secondary #00b6ff - accent #c4baff - neutrals #000000 · #ffffff · #697485 · #e6e6e6 · #f3ffe3 ## Typography - families figmaSans · figmaMono - weights 400 · 330 · 320 · 480 · 540 · 340 - base size 16px ## Spacing - scale 1px · 16px · 24px · 27px · 40px · 44px · 53px · 60px · 64px · 80px · 107px · 120px ## Radii - scale 2px · 8px · 16px · 50px ## Motion - durations 100ms · 160ms · 300ms · 500ms ## Voice - tone friendly - pronoun you-only - headings Sentence case - CTA verbs publish · products · solutions · community · resources · prompt ## Component anatomy - button variants: [object Object] · slots: true · true · false ## Accessibility - WCAG score 100% · failing pairs: 0 ## Build rules 1. Use the colours above. **Never invent a new hex.** If you need a shade between two existing colours, derive it via HSL adjustment from the closest extracted colour and call out the derivation. 2. Use the extracted typography families. If you need a missing weight, pick the nearest available weight from the list and note it. 3. Snap spacing values to the scale above. No off-scale paddings or margins. 4. Snap border radii to the scale above. 5. Match the voice: same tone, same pronoun stance, same heading style. Reuse the listed CTA verbs. 6. Aim for WCAG AA contrast minimum. When the brand colours fail, prefer the foreground colour on the background colour rather than mid-tone neutrals. 7. Reuse component anatomy when it exists — do not invent novel structures for things the site already has. ## Available context files designlang wrote these alongside this prompt. Reach for them when you need ground truth: - `<host>-design-tokens.json` — DTCG primitive · semantic · composite tokens - `<host>-tailwind.config.js` — Tailwind v3 config - `<host>-tailwind-v4.css` — Tailwind v4 `@theme` block - `<host>-tokens.d.ts` — TypeScript literal-union types - `<host>-variables.css` — bare CSS custom properties - `<host>-reset.css` — brand-aware base styles - `<host>-gradients.css` — `.grad-N` utility classes - `<host>-anatomy.tsx` — typed React component scaffolds - `<host>-shadcn-theme.css` — shadcn/ui theme - `<host>-theme.js` — React / Vue / Svelte theme object - `<host>-mcp.json` — MCP server payload (load via stdio) - `<host>.brand.pdf` — print-ready 13-chapter brand book When you reference the system in code, prefer importing from these files over hard-coding values. ## Output expectations When asked to "build a pricing page" or "make a card" or any UI: - Produce a single self-contained component file in the appropriate framework (React / Vue / Svelte — match what the user is using). - Use Tailwind utility classes wired to the v4 `@theme` if Tailwind is available; otherwise use the CSS custom properties from `variables.css`. - Write the headline copy using the brand voice; do not invent generic Lorem. - Annotate any choice where you had to bend the system, with a one-line `// note:` comment explaining what and why. ## One-line install ```bash npx designlang figma.com ``` Run this against any other URL to extract its system in the same shape as the one above. --- Generated by designlang. Re-extract by running `npx designlang figma.com`.
MCP / Agent rules
The same payload the stdio MCP server hands to Claude Code, Cursor and Windsurf. Wire it into your editor and the agent answers brand-system questions with the actual extraction — not a guess.
npx designlang mcp --url https://figma.com{
"colors": {
"all": [
{
"hex": "#000000",
"rgb": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 0
},
"count": 2344,
"contexts": [
"text",
"border",
"background"
]
},
{
"hex": "#ffffff",
"rgb": {
"r": 255,
"g": 255,
"b": 255,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 100
},
"count": 667,
"contexts": [
"background",
"text",
"border"
]
},
{
"hex": "#697485",
"rgb": {
"r": 105,
"g": 116,
"b": 133,
"a": 1
},
"hsl": {
"h": 216,
"s": 12,
"l": 47
},
"count": 44,
"contexts": [
"text",
"border"
]
},
{
"hex": "#33dfdf",
"rgb": {
"r": 51,
"g": 223,
"b": 223,
"a": 1
},
"hsl": {
"h": 180,
"s": 73,
"l": 54
},
"count": 6,
"contexts": [
"text",
"border"
]
},
{
"hex": "#b98e01",
"rgb": {
"r": 185,
"g": 142,
"b": 1,
"a": 1
},
"hsl": {
"h": 46,
"s": 99,
"l": 36
},
"count": 6,
"contexts": [
"text",
"border"
]
},
{
"hex": "#24cb71",
"rgb": {
"r": 36,
"g": 203,
"b": 113,
"a": 1
},
"hsl": {
"h": 148,
"s": 70,
"l": 47
},
"count": 2,
"contexts": [
"background"
]
},
{
"hex": "#e6e6e6",
"rgb": {
"r": 230,
"g": 230,
"b": 230,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 90
},
"count": 2,
"contexts": [
"background"
]
},
{
"hex": "#4d49fc",
"rgb": {
"r": 77,
"g": 73,
"b": 252,
"a": 1
},
"hsl": {
"h": 241,
"s": 97,
"l": 64
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#f3ffe3",
"rgb": {
"r": 243,
"g": 255,
"b": 227,
"a": 1
},
"hsl": {
"h": 86,
"s": 100,
"l": 95
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#e4ff97",
"rgb": {
"r": 228,
"g": 255,
"b": 151,
"a": 1
},
"hsl": {
"h": 76,
"s": 100,
"l": 80
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#00b6ff",
"rgb": {
"r": 0,
"g": 182,
"b": 255,
"a": 1
},
"hsl": {
"h": 197,
"s": 100,
"l": 50
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#c4baff",
"rgb": {
"r": 196,
"g": 186,
"b": 255,
"a": 1
},
"hsl": {
"h": 249,
"s": 100,
"l": 86
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#95b9ac",
"rgb": {
"r": 149,
"g": 185,
"b": 172,
"a": 1
},
"hsl": {
"h": 158,
"s": 20,
"l": 65
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#ff7237",
"rgb": {
"r": 255,
"g": 114,
"b": 55,
"a": 1
},
"hsl": {
"h": 18,
"s": 100,
"l": 61
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#cb9fd2",
"rgb": {
"r": 203,
"g": 159,
"b": 210,
"a": 1
},
"hsl": {
"h": 292,
"s": 36,
"l": 72
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#ffc9c1",
"rgb": {
"r": 255,
"g": 201,
"b": 193,
"a": 1
},
"hsl": {
"h": 8,
"s": 100,
"l": 88
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#721c1c",
"rgb": {
"r": 114,
"g": 28,
"b": 28,
"a": 1
},
"hsl": {
"h": 0,
"s": 61,
"l": 28
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#c7f8fb",
"rgb": {
"r": 199,
"g": 248,
"b": 251,
"a": 1
},
"hsl": {
"h": 183,
"s": 87,
"l": 88
},
"count": 1,
"contexts": [
"background"
]
}
]
},
"regions": [
{
"role": "nav",
"tag": "header",
"bounds": {
"x": 0,
"y": 0,
"w": 1280,
"h": 81.1875
},
"heading": "Use cases",
"buttonCount": 4,
"cardCount": 65,
"className": "fig-12h3c4v"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 103.328125,
"y": 20,
"w": 541.828125,
"h": 41.1875
},
"heading": "Use cases",
"buttonCount": 4,
"cardCount": 62,
"className": null
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": null,
"buttonCount": 0,
"cardCount": 13,
"className": "fig-1fwz4kq"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": "Use cases",
"buttonCount": 0,
"cardCount": 20,
"className": "fig-1fwz4kq"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": null,
"buttonCount": 0,
"cardCount": 4,
"className": "fig-1fwz4kq"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": "Get started",
"buttonCount": 0,
"cardCount": 16,
"className": "fig-1fwz4kq"
},
{
"role": "nav",
"tag": "header",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": null,
"buttonCount": 1,
"cardCount": 3,
"className": "fig-1jciw8t"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": null,
"buttonCount": 1,
"cardCount": 0,
"className": null
},
{
"role": "pricing",
"tag": "main",
"bounds": {
"x": 0,
"y": 121,
"w": 1280,
"h": 7052.4375
},
"heading": "Make anything possible, all in Figma",
"buttonCount": 16,
"cardCount": 82,
"className": null
},
{
"role": "hero",
"tag": "section",
"bounds": {
"x": 0,
"y": 121,
"w": 1280,
"h": 527.4375
},
"heading": "Make anything possible, all in Figma",
"buttonCount": 3,
"cardCount": 8,
"className": "fig-dvbxa9"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 728.4375,
"w": 1280,
"h": 128
},
"heading": null,
"buttonCount": 0,
"cardCount": 48,
"className": "fig-1db00we"
},
{
"role": "hero",
"tag": "section",
"bounds": {
"x": 0,
"y": 976.4375,
"w": 1280,
"h": 882.09375
},
"heading": "Prompt, code, and design from first idea to final product",
"buttonCount": 8,
"cardCount": 0,
"className": "fig-1xgziwn"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 1858.53125,
"w": 1280,
"h": 393.171875
},
"heading": null,
"buttonCount": 0,
"cardCount": 0,
"className": "fig-11tqvy7"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 2251.703125,
"w": 1280,
"h": 1650.296875
},
"heading": "Bring everyone together with systems that scale",
"buttonCount": 0,
"cardCount": 0,
"className": "fig-6y04jb"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 53.328125,
"y": 2532.484375,
"w": 1173.328125,
"h": 1249.515625
},
"heading": "Share libraries and design systems across teams.",
"buttonCount": 0,
"cardCount": 0,
"className": "fig-gcn2ga"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 3902,
"w": 1280,
"h": 688.390625
},
"heading": "Ship products, any way you want",
"buttonCount": 3,
"cardCount": 0,
"className": "fig-1hysvv2"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 4590.390625,
"w": 1280,
"h": 344.78125
},
"heading": null,
"buttonCount": 0,
"cardCount": 0,
"className": "fig-11tqvy7"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 4935.171875,
"w": 1280,
"h": 965.6875
},
"heading": "Explore what people are making",
"buttonCount": 0,
"cardCount": 16,
"className": "fig-vorkog"
},
{
"role": "pricing",
"tag": "section",
"bounds": {
"x": 0,
"y": 5900.859375,
"w": 1280,
"h": 533.328125
},
"heading": null,
"buttonCount": 0,
"cardCount": 0,
"className": "fig-xva5bn"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 0,
"y": 6434.1875,
"w": 1280,
"h": 739.25
},
"heading": "Start with a template. Make just about anything.",
"buttonCount": 2,
"cardCount": 10,
"className": "fig-1tdv684"
},
{
"role": "footer",
"tag": "footer",
"bounds": {
"x": 0,
"y": 7173.4375,
"w": 1280,
"h": 1237.484375
},
"heading": "Figma Socials",
"buttonCount": 1,
"cardCount": 79,
"className": "fig-97erl1"
}
],
"componentClusters": [
{
"kind": "button",
"structuralHash": "button>svg",
"instanceCount": 5,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(0, 0, 0)",
"padding": "4px 4px 4px 4px",
"borderRadius": "0px",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "16px",
"fontWeight": "400"
},
"instanceCount": 3
},
{
"css": {
"background": "rgba(255, 255, 255, 0.16)",
"color": "rgb(255, 255, 255)",
"padding": "0px 0px 0px 0px",
"borderRadius": "50%",
"border": "0px none rgb(255, 255, 255)",
"fontSize": "16px",
"fontWeight": "400"
},
"instanceCount": 2
}
]
},
{
"kind": "button",
"structuralHash": "button>span>svg",
"instanceCount": 4,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(0, 0, 0)",
"padding": "8px 8px 8px 8px",
"borderRadius": "0px",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "18px",
"fontWeight": "330"
},
"instanceCount": 4
}
]
},
{
"kind": "button",
"structuralHash": "button>svg>svg",
"instanceCount": 1,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(0, 0, 0)",
"padding": "0px 0px 0px 0px",
"borderRadius": "50%",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "16px",
"fontWeight": "400"
},
"instanceCount": 1
}
]
},
{
"kind": "button",
"structuralHash": "button",
"instanceCount": 8,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0.08)",
"color": "rgb(0, 0, 0)",
"padding": "8px 18px 10px 18px",
"borderRadius": "50px",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "18px",
"fontWeight": "480"
},
"instanceCount": 1
},
{
"css": {
"background": "rgb(255, 255, 255)",
"color": "rgb(0, 0, 0)",
"padding": "8px 18px 10px 18px",
"borderRadius": "50px",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "18px",
"fontWeight": "480"
},
"instanceCount": 7
}
]
},
{
"kind": "button",
"structuralHash": "button>svg>span",
"instanceCount": 3,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(0, 0, 0)",
"padding": "0px 0px 0px 0px",
"borderRadius": "0px",
"border": "0px none rgb(0, 0, 0)",
"fontSize": "18px",
"fontWeight": "330"
},
"instanceCount": 3
}
]
},
{
"kind": "button",
"structuralHash": "button>div>svg",
"instanceCount": 1,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(255, 255, 255)",
"padding": "8px 8px 8px 8px",
"borderRadius": "0px",
"border": "0px none rgb(255, 255, 255)",
"fontSize": "16px",
"fontWeight": "400"
},
"instanceCount": 1
}
]
}
],
"accessibility": {
"remediation": []
},
"cssHealth": {
"sheets": [
{
"url": "https://www.figma.com/_netlify/_next/static/css/f564ddd3fbf8f7e4.css",
"totalBytes": 407,
"usedBytes": 0,
"unusedBytes": 407,
"unusedPercent": 100
},
{
"url": "https://www.figma.com/",
"totalBytes": 199143,
"usedBytes": 0,
"unusedBytes": 199143,
"unusedPercent": 100
},
{
"url": "https://www.figma.com/",
"totalBytes": 39,
"usedBytes": 0,
"unusedBytes": 39,
"unusedPercent": 100
},
{
"url": "https://www.figma.com/_netlify/_next/static/css/f03300ce0c70ed64.css",
"totalBytes": 1024,
"usedBytes": 0,
"unusedBytes": 1024,
"unusedPercent": 100
},
{
"url": "https://www.figma.com/",
"totalBytes": 39,
"usedBytes": 39,
"unusedBytes": 0,
"unusedPercent": 0
},
{
"url": "https://www.figma.com/",
"totalBytes": 199143,
"usedBytes": 81112,
"unusedBytes": 118031,
"unusedPercent": 59
},
{
"url": "https://player.vimeo.com/video/1103822384?h=d87e2634b3&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103822384?h=d87e2634b3&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://player.vimeo.com/video/1103822384?h=d87e2634b3&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1106141794?h=a7cdd1b89d&title=0&byline=0&portrait=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1106141794?h=a7cdd1b89d&title=0&byline=0&portrait=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1106141794?h=a7cdd1b89d&title=0&byline=0&portrait=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7614,
"unusedBytes": 229550,
"unusedPercent": 97
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7614,
"unusedBytes": 229550,
"unusedPercent": 97
},
{
"url": "https://player.vimeo.com/video/1103822125?h=e4b4944014&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 717,
"unusedBytes": 32,
"unusedPercent": 4
},
{
"url": "https://player.vimeo.com/video/1103822125?h=e4b4944014&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 648,
"unusedBytes": 48,
"unusedPercent": 7
},
{
"url": "https://player.vimeo.com/video/1103822125?h=e4b4944014&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 6917,
"unusedBytes": 230247,
"unusedPercent": 97
},
{
"url": "https://player.vimeo.com/video/1103822703?h=c8f0240387&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103822703?h=c8f0240387&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://player.vimeo.com/video/1103822703?h=c8f0240387&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7093,
"unusedBytes": 230071,
"unusedPercent": 97
},
{
"url": "https://player.vimeo.com/video/1106141156?h=394f5f9721&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://player.vimeo.com/video/1106141156?h=394f5f9721&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1106141156?h=394f5f9721&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7132,
"unusedBytes": 230032,
"unusedPercent": 97
},
{
"url": "https://player.vimeo.com/video/1103822624?h=d2e608ba23&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://player.vimeo.com/video/1103822624?h=d2e608ba23&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103822624?h=d2e608ba23&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7093,
"unusedBytes": 230071,
"unusedPercent": 97
},
{
"url": "https://player.vimeo.com/video/1103862294?h=802500bb17&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103862294?h=802500bb17&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103862294?h=802500bb17&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7093,
"unusedBytes": 230071,
"unusedPercent": 97
},
{
"url": "https://accounts.google.com/gsi/style",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103822749?h=ad2a6b8283&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 443,
"usedBytes": 189,
"unusedBytes": 254,
"unusedPercent": 57
},
{
"url": "https://player.vimeo.com/video/1103822749?h=ad2a6b8283&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 749,
"usedBytes": 0,
"unusedBytes": 749,
"unusedPercent": 100
},
{
"url": "https://player.vimeo.com/video/1103822749?h=ad2a6b8283&title=0&byline=0&portrait=0&keyboard=0&muted=1&controls=0&dnt=1&loop=1&app_id=122963&unmute_button=0",
"totalBytes": 696,
"usedBytes": 0,
"unusedBytes": 696,
"unusedPercent": 100
},
{
"url": "https://f.vimeocdn.com/p/4.46.50/css/player.css",
"totalBytes": 237164,
"usedBytes": 7093,
"unusedBytes": 230071,
"unusedPercent": 97
}
],
"totalBytes": 2312907,
"usedBytes": 141677,
"unusedBytes": 2171230,
"unusedPercent": 94,
"importantCount": 216,
"duplicates": 41308,
"vendorPrefixes": {
"webkit": 1932,
"moz": 236,
"ms": 648,
"o": 0
},
"keyframes": [],
"specificity": {
"max": [
1,
6,
3
],
"average": [
0,
2.37,
0.3
],
"count": 19639
},
"issues": [
"216 !important rules",
"41308 duplicate declarations",
"94% unused CSS"
]
}
}Prompt pack
Paste-ready prompts pre-loaded with the figma.com system. Generators (v0, Lovable, Cursor, Claude Artifacts) and per-component recipes (button, card).
Build a landing page with this exact visual language. COLORS: #000000 #ffffff #697485 #33dfdf #b98e01 #24cb71 #e6e6e6 #4d49fc #f3ffe3 #e4ff97 #00b6ff #c4baff #95b9ac #ff7237 FONTS: [object Object], [object Object] SPACING: 1, 16, 24, 27, 40, 44, 53, 60 RADIUS: 2, 8, 16, 50 SHADOWS: rgb(0, 0, 0) 0px 0px 0px 1px inset | rgb(255, 255, 255) 0px 0px 0px 1px inset | rgba(0, 0, 0, 0.08) 0px 1px 0px 0px MATERIAL LANGUAGE: flat VOICE: Tone: friendly · Headings: Sentence case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object] SECTIONS (in order): - cta — heading: "Use cases" - testimonial — heading: "Make anything possible, all in Figma" - hero — heading: "Make anything possible, all in Figma" - hero — heading: "Prompt, code, and design from first idea to final product" - testimonial - testimonial — heading: "Ship products, any way you want" - testimonial - pricing - footer — heading: "Figma Socials" Use Tailwind. Match these tokens exactly. Keep the material language consistent.
Clone the design language of this landing page and build a fresh equivalent. Visual feel: flat. Tone: friendly · Headings: Sentence case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object] Primary palette: #000000, #ffffff, #697485, #33dfdf, #b98e01. Typography: [object Object], [object Object]. Corner radius vocabulary: 2, 8, 16, 50. Shadow vocabulary: rgb(0, 0, 0) 0px 0px 0px 1px inset | rgb(255, 255, 255) 0px 0px 0px 1px inset | rgba(0, 0, 0, 0.08) 0px 1px 0px 0px. Page structure: - cta — heading: "Use cases" - testimonial — heading: "Make anything possible, all in Figma" - hero — heading: "Make anything possible, all in Figma" - hero — heading: "Prompt, code, and design from first idea to final product" - testimonial - testimonial — heading: "Ship products, any way you want" - testimonial - pricing - footer — heading: "Figma Socials"
# Design brief
Page type: **landing**.
Material language: **flat**.
Voice: Tone: friendly · Headings: Sentence case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object].
## Tokens
```ts
export const tokens = {
colors: ['#000000', '#ffffff', '#697485', '#33dfdf', '#b98e01', '#24cb71', '#e6e6e6', '#4d49fc', '#f3ffe3', '#e4ff97', '#00b6ff', '#c4baff', '#95b9ac', '#ff7237'],
fonts: ['[object Object]', '[object Object]'],
radii: ['2', '8', '16', '50'],
shadows: ['rgb(0, 0, 0) 0px 0px 0px 1px inset', 'rgb(255, 255, 255) 0px 0px 0px 1px inset', 'rgba(0, 0, 0, 0.08) 0px 1px 0px 0px'],
};
```
## Sections
- cta — heading: "Use cases"
- testimonial — heading: "Make anything possible, all in Figma"
- hero — heading: "Make anything possible, all in Figma"
- hero — heading: "Prompt, code, and design from first idea to final product"
- testimonial
- testimonial — heading: "Ship products, any way you want"
- testimonial
- pricing
- footer — heading: "Figma Socials"Create a React artifact that reproduces this brand's design language. Page intent: landing. Material language: flat. Voice: Tone: friendly · Headings: Sentence case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object]. Colors to use: #000000, #ffffff, #697485, #33dfdf, #b98e01, #24cb71, #e6e6e6, #4d49fc, #f3ffe3, #e4ff97, #00b6ff, #c4baff, #95b9ac, #ff7237. Fonts: [object Object], [object Object]. Radius vocabulary: 2, 8, 16, 50. Sections: - cta — heading: "Use cases" - testimonial — heading: "Make anything possible, all in Figma" - hero — heading: "Make anything possible, all in Figma" - hero — heading: "Prompt, code, and design from first idea to final product" - testimonial - testimonial — heading: "Ship products, any way you want" - testimonial - pricing - footer — heading: "Figma Socials" Use Tailwind via CDN, lucide-react for icons, and keep the material language consistent across sections. Do not add extra decorative elements outside this vocabulary.
# Recipe: button
Build one button component that matches this brand.
Palette: #000000, #ffffff, #697485, #33dfdf, #b98e01, #24cb71
Typography: [object Object], [object Object]
Material: flat
Signals: Radius: 2, 8, 16, 50 · Shadows: rgb(0, 0, 0) 0px 0px 0px 1px inset | rgb(255, 255, 255) 0px 0px 0px 1px inset | rgba(0, 0, 0, 0.08) 0px 1px 0px 0px
## Anatomy (detected)
```json
{
"kind": "button",
"structuralHash": "button>div>svg",
"instanceCount": 1,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(255, 255, 255)",
"padding": "8px 8px 8px 8px",
"borderRadius": "0px",
"border": "0px none rgb(255, 255, 255)",
"fontSize": "16px",
"fontWeight": "400"
},
"instanceCount": 1
}
]
}
```All artefacts
Every file designlang produced for figma.com — 37 in total. Download anything.
Run designlang on your own URL.
Same 37-artefact depth as the figma.com extraction above. No signup, no API key.
npx designlang yoursite.comTry it live