DesignMD Directory
TemplatesNEWSkillsDesign MD ExamplesPricingResources
⌕⌘K

DesignMD Directory

Visual references, skills, and source templates for AI coding agents.

♥ Support Itmeo

Products

  • Templates
  • Admin Panel Template
  • SaaS Dashboard Template
  • Design Skills
  • Design MD Examples
  • AI Studio
  • WebGradients
  • Free CSS Gradient Generator
  • Color Palette for Websites

Company

  • About
  • Blog
  • Manifesto
  • Donate

Explore

  • Changelog
  • Vercel Design MD
  • shadcn Design MD
  • GitHub Design MD
  • Design MD examples
  • llms.txt
  • ai.txt
  • Sitemap

Connect

  • Twitter / X
  • GitHub
  • DESIGN.md spec
  • dimabraven.com

© 2016–2026 Itmeo. All rights reserved.

PrivacyTerms
Home/DESIGN.md Files/Framer

Framer DESIGN.md for AI coding agents

Dima BravenDima Braven·May 8, 2026

Interactive design and publishing. Editorial, bold, premium web.

designcreativedesign-md
Framer screenshot
CursorClaude CodeCodexGoogle Stitch

Sign in to copy full DESIGN.md files, download .md files, and save styles.

# Design Language: Framer: Create a professional website, free. No code website builder loved by designers.

> Extracted from `https://framer.com` on May 28, 2026
> 4358 elements analyzed

This document describes the complete design language of the website. It is structured for AI/LLM consumption — use it to faithfully recreate the visual design in any framework.

## Color Palette

### Primary Colors

| Role | Hex | RGB | HSL | Usage Count |
|------|-----|-----|-----|-------------|
| Primary | `#0000ee` | rgb(0, 0, 238) | hsl(240, 100%, 47%) | 3170 |
| Secondary | `#0099ff` | rgb(0, 153, 255) | hsl(204, 100%, 50%) | 60 |
| Accent | `#00bb88` | rgb(0, 187, 136) | hsl(164, 100%, 37%) | 3 |

### Neutral Colors

| Hex | HSL | Usage Count |
|-----|-----|-------------|
| `#000000` | hsl(0, 0%, 0%) | 4599 |
| `#ffffff` | hsl(0, 0%, 100%) | 1059 |
| `#999999` | hsl(0, 0%, 60%) | 87 |
| `#242424` | hsl(0, 0%, 14%) | 53 |
| `#cccccc` | hsl(0, 0%, 80%) | 24 |
| `#8c8c8c` | hsl(0, 0%, 55%) | 20 |
| `#666666` | hsl(0, 0%, 40%) | 15 |
| `#111111` | hsl(0, 0%, 7%) | 13 |
| `#2e2e2e` | hsl(0, 0%, 18%) | 1 |
| `#eeeeee` | hsl(0, 0%, 93%) | 1 |

### Background Colors

For makers

Get your product in context

Add your tool/site or create the DESIGN.md first. Every listing is reviewed before publication.

Add your tool/site · $19Create my DESIGN.md
See full pricing

Design System Overview

The Framer design system captures the visual language of a well-known design and creative tools product. This DESIGN.md file distills its color palette, typography, spacing scale, and component patterns into a format that AI coding agents can read and follow when generating UI.

Interactive design and publishing. Editorial, bold, premium web.

AI agents like Cursor, Claude Code, Codex, and Google Stitch can reference this file to produce UI that visually matches the Framer aesthetic — consistent colors, proportional spacing, and recognizable component patterns — without requiring explicit pixel-by-pixel instructions for every element.

Browse more design and creative tools design systems or explore the full DESIGN.md directory.


Color System

Brand palette extracted from the design system. Click any swatch to copy the hex value.

Text / Primary

#0000ee

Accent

#0099ff

Surface / Background

#00bb88

Border / Subtle

#000000

Color Tokens


Typography Specimen

Inter Variable

Display

2.8rem / 700 / 1.04

The quick brown fox

Heading H1

2rem / 700 / 1.1

The quick brown fox jumps

Heading H2

1.5rem / 600 / 1.15

The quick brown fox jumps over

Heading H3

1.125rem / 600 / 1.2

The quick brown fox jumps over the lazy

Body

1rem / 400 / 1.5

The quick brown fox jumps over the lazy dog

Small / Caption

0.75rem / 400 / 1.5

The quick brown fox jumps over the lazy dog and sat down.

Monospace

const primary = "System";


Layout & Spacing Tokens

Spacing Scale

space-14px
space-28px
space-312px
space-416px
space-624px
space-832px
space-1248px
space-1664px

Border Radius

radius-none0px
radius-sm4px
radius-md8px
radius-lg16px
radius-xl24px
radius-full9999px

Elevation & Shadow

Flatshadow-none
XSshadow-xs
SMshadow-sm
MDshadow-md
LGshadow-lg
XLshadow-xl

Use with AI Coding Agents

Copy one of these prompts into your AI coding agent to apply the Framer design system to your project. The DESIGN.md file in your repo root is the source of truth.

# .cursor/rules (or DESIGN.md)
You are working in a project that uses the Framer design system.

Read the DESIGN.md file in this project root and follow it strictly when generating UI.
Match the brand's exact colors, typography, spacing scale, and border radius.
Do not create generic Tailwind UI — apply the visual language from DESIGN.md.

Key rules:
- Use the defined color palette, not arbitrary hex values
- Apply the correct font family and weight scale
- Follow spacing tokens (4/8/12/16/24/32px scale)
- Match component patterns: buttons, cards, inputs, badges as specified

Frequently Asked Questions