uxskill
Star on GitHub
← All design systems
LightPlayfulWarmAccessible

Marigold

A sunlit system: pale gold canvas, warm rust accent.

Live preview
Concept

Marigold is cheerful and tactile. A sunlit pale-gold canvas, a warm rust accent, and rounded, friendly type. For commerce, consumer apps, and brands that want to feel approachable and warm.

Palette / 14 tokens
Canvas#ffffebPage and app background1.0:1
Surface#f8f8e3Cards, panels, and form fields1.06:1
Elevated#efeedaModals, popovers, and the highest tier1.16:1
Border#e1dfcaHairline dividers and outlines1.33:1
Ink#352912Headlines and primary foreground14.05:1
Body#6a614aParagraph and reading text6.07:1
Muted#797464Secondary text, captions, and hints4.62:1
Primary#873a23Primary action, focus, and accent7.8:1
Primary Active#672c1bPressed and active state of the accent10.63:1
On Primary#ffffffText and icons on the accent1.01:1
Success#18874fSuccess, positive metrics, and confirmation4.5:1
Warning#95701aWarning and caution4.5:1
Danger#bf3722Error, destructive, and critical signal5.48:1
Info#226bbfInformation and neutral data5.29:1
Typography
Display headlines and UI labels / Bricolage Grotesque
Ag 1234

The quick brown fox jumps over the lazy dog.

Body and reading text / Inter
Ag 1234

The quick brown fox jumps over the lazy dog.

Metrics, code, and tabular data / JetBrains Mono
Ag 1234

The quick brown fox jumps over the lazy dog.

Accessibility / WCAG AA by construction
ink on canvas14.05:1AA
body on canvas6.07:1AA
muted on canvas4.62:1AA
primary on canvas7.8:1AA
on primary on primary7.9:1AA
body on surface5.71:1AA
Files
---
version: 1
name: marigold
description: "A sunlit system: pale gold canvas, warm rust accent."
theme: light
colors:
  canvas: "#ffffeb"
  surface: "#f8f8e3"
  elevated: "#efeeda"
  border: "#e1dfca"
  ink: "#352912"
  body: "#6a614a"
  muted: "#797464"
  primary: "#873a23"
  primary-active: "#672c1b"
  on-primary: "#ffffff"
  success: "#18874f"
  warning: "#95701a"
  danger: "#bf3722"
  info: "#226bbf"
typography:
  display-xl:
    fontFamily: "Bricolage Grotesque"
    fontSize: 64px
    fontWeight: 600
    lineHeight: 1.05
    letterSpacing: -1.5px
  display-lg:
    fontFamily: "Bricolage Grotesque"
    fontSize: 48px
    fontWeight: 600
    lineHeight: 1.1
    letterSpacing: -1px
  display-md:
    fontFamily: "Bricolage Grotesque"
    fontSize: 34px
    fontWeight: 600
    lineHeight: 1.15
    letterSpacing: -0.5px
  body:
    fontFamily: "Inter"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.6
    letterSpacing: 0px
  body-sm:
    fontFamily: "Inter"
    fontSize: 14px
    fontWeight: 400
    lineHeight: 1.55
    letterSpacing: 0px
  button:
    fontFamily: "Inter"
    fontSize: 15px
    fontWeight: 600
    lineHeight: 1
    letterSpacing: 0.1px
  caption:
    fontFamily: "Inter"
    fontSize: 12px
    fontWeight: 400
    lineHeight: 1.4
    letterSpacing: 0.2px
  code:
    fontFamily: "JetBrains Mono"
    fontSize: 13px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0px
spacing:
  xxs: 4px
  xs: 8px
  sm: 12px
  md: 16px
  lg: 24px
  xl: 32px
  xxl: 48px
rounded:
  sm: 6px
  md: 10px
  lg: 16px
  pill: 9999px
components:
  button-primary:
    backgroundColor: "{colors.primary}"
    textColor: "{colors.on-primary}"
    rounded: "{rounded.md}"
    padding: 10px 18px
  button-secondary:
    backgroundColor: "{colors.surface}"
    textColor: "{colors.ink}"
    border: "1px solid {colors.border}"
    rounded: "{rounded.md}"
  input:
    backgroundColor: "{colors.canvas}"
    textColor: "{colors.ink}"
    border: "1px solid {colors.border}"
    rounded: "{rounded.md}"
  card:
    backgroundColor: "{colors.surface}"
    textColor: "{colors.body}"
    border: "1px solid {colors.border}"
    rounded: "{rounded.lg}"
---

# Marigold

Marigold is cheerful and tactile. A sunlit pale-gold canvas, a warm rust accent, and rounded, friendly type. For commerce, consumer apps, and brands that want to feel approachable and warm.

## Accessibility

Every text pair meets WCAG AA, enforced at synthesis time:

- Ink on canvas: 14.05:1
- Body on canvas: 6.07:1
- Muted on canvas: 4.62:1
- Text on primary: 7.9:1

## How to use

Drop this folder into your project and point your coding agent (Claude Code, Cursor, Codex) at `DESIGN.md`. Load `css/tokens.css` for the variables, open `preview.html` to see the system applied. Generated by ux-skill: deterministic, offline, never calls an LLM.

How to use

Download the folder and point your coding agent (Claude Code, Cursor, Codex) at DESIGN.md. Load css/tokens.css for the variables and open preview.html to see it applied. Generated by the ux-skill engine: deterministic, offline, never calls an LLM. Free under MIT.