figma
A confident black-and-white editorial frame interrupted by oversized, hand-cut pastel color blocks. The marketing canvas is rigorously monochrome — figmaSans variable type, pure white surfaces, pure black ink, pill-shaped CTAs — while each story section drops the page into a satu
colors
#000000 #ffffff typography
the quick brown fox jumps over the lazy dog
the quick brown fox jumps over the lazy dog — body text at reading size.
the quick brown fox jumps over the lazy dog
the quick brown fox jumps over the lazy dog — body text at reading size.
design.md source
---
version: alpha
name: Figma-design-analysis
description: "A confident black-and-white editorial frame interrupted by oversized, hand-cut pastel color blocks. The marketing canvas is rigorously monochrome — figmaSans variable type, pure white surfaces, pure black ink, pill-shaped CTAs — while each story section drops the page into a saturated lime, lavender, cream, mint, or pink panel that reads like a sticky note placed on a clean desk. The result is a design system that feels both technical and joyful — a tool for serious work, made by people who like color."
colors:
primary: "#000000"
on-primary: "#ffffff"
ink: "#000000"
canvas: "#ffffff"
inverse-canvas: "#000000"
inverse-ink: "#ffffff"
on-inverse-soft: "#ffffff"
hairline: "#e6e6e6"
hairline-soft: "#f1f1f1"
surface-soft: "#f7f7f5"
block-lime: "#dceeb1"
block-lilac: "#c5b0f4"
block-cream: "#f4ecd6"
block-pink: "#efd4d4"
block-mint: "#c8e6cd"
block-coral: "#f3c9b6"
block-navy: "#1f1d3d"
accent-magenta: "#ff3d8b"
semantic-success: "#1ea64a"
overlay-scrim: "#000000"
typography:
display-xl:
fontFamily: figmaSans
fontSize: 86px
fontWeight: 340
lineHeight: 1.00
letterSpacing: -1.72px
fontFeature: kern
display-lg:
fontFamily: figmaSans
fontSize: 64px
fontWeight: 340
lineHeight: 1.10
letterSpacing: -0.96px
fontFeature: kern
headline:
fontFamily: figmaSans
fontSize: 26px
fontWeight: 540
lineHeight: 1.35
letterSpacing: -0.26px
fontFeature: kern
subhead:
fontFamily: figmaSans
fontSize: 26px
fontWeight: 340
lineHeight: 1.35
letterSpacing: -0.26px
fontFeature: kern
card-title:
fontFamily: figmaSans
fontSize: 24px
fontWeight: 700
lineHeight: 1.45
letterSpacing: 0
fontFeature: kern
body-lg:
fontFamily: figmaSans
fontSize: 20px
fontWeight: 330
lineHeight: 1.40
letterSpacing: -0.14px
fontFeature: kern
body:
fontFamily: figmaSans
fontSize: 18px
fontWeight: 320
lineHeight: 1.45
letterSpacing: -0.26px
fontFeature: kern
body-sm:
fontFamily: figmaSans
fontSize: 16px
… components
display headline
body copy from figma tokens — the default reading size for paragraphs and ui descriptions.
feature headline
a sample card surface with heading and body copy styled from component tokens.
what is in this design system?
colors, typography, spacing, and component patterns sourced from publicly visible brand tokens.
const theme = {
primary: "#000000",
font: ""figmaSans", system-ui, sans-serif",
}; extracted from publicly visible design tokens. sourced via VoltAgent/awesome-design-md. no ownership claim on figma's visual identity.