Soft-glow neon dark. Deep ink canvas with one cyan accent that radiates a soft outer glow on buttons and links. Generous corners, humanist sans, restrained — warmth in the dark without going gaudy.
A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.
Prose-first token file — decisions live next to their reasoning.
Fine micro-scale (1–5px) for pills, editorial scale (12–21px) for the grid.
The system's own radius tokens — sm for chips and inputs, md for buttons, lg for cards, pill for fully-rounded CTAs.
1---2name: "Halo Soft"3description: "Soft-glow neon dark. Deep ink canvas with one cyan accent that radiates a soft outer glow on buttons and links. Generous corners, humanist sans, restrained — warmth in the dark without going gaudy."4tags: [dark, neon, soft, premium, modern]5colors:6 primary: "#EAEBF0"7 secondary: "#8B92A6"8 tertiary: "#7BE5FF"9 neutral: "#0A0E14"10 surface: "#10151D"11typography:12 display: Sora13 body: Sora14 mono: "JetBrains Mono"15 scale:16 hero: "4.5rem / 1.05 / 600 / -0.035em"17 h1: "2.625rem / 1.1 / 600 / -0.028em"18 h2: "1.5rem / 1.3 / 600 / -0.015em"19 body: "1rem / 1.65 / 400 / -0.005em"20radius:21 sm: 12px22 md: 16px23 lg: 20px24 pill: 9999px25shadows:26 card: "0 24px 60px -28px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04)"27 button: "0 0 0 1px rgba(123, 229, 255, 0.30), 0 0 32px -4px rgba(123, 229, 255, 0.50), 0 8px 24px -10px rgba(0, 0, 0, 0.5)"28borders:29 card: "1px solid rgba(255, 255, 255, 0.06)"30 divider: "rgba(255, 255, 255, 0.08)"31buttons:32 primary:33 background: #10151D34 color: #7BE5FF35 border: 1px solid rgba(123, 229, 255, 0.45)36 shape: pill37 padding: 12px 24px38 font: 600 / 0.9375rem / -0.005em39 shadow: 0 0 0 1px rgba(123, 229, 255, 0.30), 0 0 32px -4px rgba(123, 229, 255, 0.50), 0 8px 24px -10px rgba(0, 0, 0, 0.5)40 secondary:41 background: #10151D42 color: #EAEBF043 border: 1px solid rgba(255, 255, 255, 0.10)44 shape: pill45 padding: 12px 24px46 font: 500 / 0.9375rem / -0.005em47 outline:48 background: transparent49 color: #EAEBF050 border: 1px solid rgba(255, 255, 255, 0.18)51 shape: pill52 padding: 11px 23px53 font: 500 / 0.9375rem / -0.005em54 ghost:55 background: transparent56 color: #7BE5FF57 border: none58 shape: pill59 padding: 11px 6px60 font: 500 / 0.9375rem / -0.005em61 hover: underline62charts:63 variant: line64 stroke_width: 265 gridlines: false66 highlight: last67 dot_marker: true68 axis_color: "#8B92A6"69 palette: ["#7BE5FF"]70fonts_url: "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap"71dependencies: ["lucide-react"]72---73 74# Halo Soft75 76## AI Build Instructions77 78> **Read this section before writing any code.** The rules below79> are non-negotiable. Every value used in the UI must come from this80> file's frontmatter — never substitute, approximate, or invent new81> colors, fonts, radii, or shadows. If a value is missing, ask the82> user before adding one.83 84### 1 · Your role85 86You are building UI for a project that has adopted **Halo Soft** as its87design system. Treat `DESIGN.md` as the single source of truth.88Your job is to translate the user's product requirements into89components and pages that look like they were designed by the same90person who authored this file.91 92### 2 · Token compliance93 94- Pull every color, font family, radius, shadow, and spacing value95 from the frontmatter at the top of this file.96- Use semantic roles (e.g. `primary`, `accent`, `muted`) — never97 hard-code hex values that bypass the system.98- When a token can be expressed as a CSS variable, declare it once99 in your global stylesheet and reference it everywhere downstream.100- The Google Fonts `<link>` is provided in the Typography section.101 Add it to `<head>` before any component renders.102 103### 3 · Component recipes104 105Use these recipes verbatim when building the corresponding component.106 107#### Buttons108 109Four variants are defined. Pick one — never blend variants or invent a fifth.110 111- **Primary** — pill shape, bg `#10151D`, text `#7BE5FF`, border `1px solid rgba(123, 229, 255, 0.45)`, padding `12px 24px`, weight `600`, shadow `0 0 0 1px rgba(123, 229, 255, 0.30), 0 0 32px -4px rgba(123, 229, 255, 0.50), 0 8px 24px -10px rgba(0, 0, 0, 0.5)`.112- **Secondary** — pill shape, bg `#10151D`, text `#EAEBF0`, border `1px solid rgba(255, 255, 255, 0.10)`, padding `12px 24px`, weight `500`.113- **Outline** — pill shape, text `#EAEBF0`, border `1px solid rgba(255, 255, 255, 0.18)`, padding `11px 23px`, weight `500`.114- **Ghost** — pill shape, text `#7BE5FF`, padding `11px 6px`, weight `500`.115 116Reach for **primary** as the single dominant CTA per screen.117**Secondary** for the supporting action. **Outline** for tertiary118actions in toolbars. **Ghost** for inline links and table actions.119 120#### Cards121 122- Background: `#10151D`123- Border: `1px solid rgba(255, 255, 255, 0.06)`124- Shadow: `0 24px 60px -28px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04)`125- Radius: `radius.lg` (`20px`)126- Internal padding: `20px` for compact cards, `24–28px` for content cards.127 128#### Charts129 130- Bar/line variant: `line`131- No gridlines — let the bars/lines carry the data.132- Highlight strategy: `last` — emphasize a single bar/point per chart.133- Use the declared palette in order: `#7BE5FF`.134 135#### Typography pairings136 137- **Display (`Sora`)** — h1, h2, hero headlines, brand wordmarks.138- **Body (`Sora`)** — paragraphs, labels, button text, form inputs.139- **Mono (`JetBrains Mono`)** — code, eyebrows, metadata, numerals in tables.140 141### 4 · Hard constraints142 143Never do any of the following without explicit instruction from the user:144 145- Introduce a new color, font, radius, or shadow that isn't declared above.146- Mix this system with another (e.g. don't paste in Material or Bootstrap defaults).147- Use generic gradient defaults (purple→blue, peach→pink) — they break the system's voice.148- Reach for emoji icons. Use a consistent icon library and size icons in line with body type.149- Add motion that exceeds the system's restraint — keep transitions short (≤200ms) and subtle.150 151### 5 · Before you finish — verify152 153Run through this checklist for every screen you produce:154 155- [ ] Every color used appears in the Colors table above.156- [ ] Headlines use the display font; body copy uses the body font.157- [ ] Buttons match one of the declared variants exactly (shape, padding, weight).158- [ ] Border-radius values come from `radius.sm` / `radius.md` / `radius.lg` / `radius.pill`.159- [ ] Cards and dividers use the declared border + shadow tokens.160- [ ] No values were invented; if you needed something missing, you stopped and asked.161 162---163 164## Overview165Halo Soft is soft-glow neon — the warm middle ground between hairline-precise dev tools and loud maximalist neon. The page sits on a deep ink canvas; one halo-cyan accent appears on the primary CTA, ghost links, and chart line, and that accent radiates a soft outer glow that reads as ambient light.166 167The glow is the entire system. Built for AI assistants with personality, music players, premium creator tools, anything that wants warmth in the dark without going gaudy.168 169## The Halo Recipe170The button glow is the system's signature. It layers four shadows:171 172```css173.halo-button {174 background: #10151D;175 color: #7BE5FF;176 border: 1px solid rgba(123, 229, 255, 0.45);177 border-radius: 9999px;178 box-shadow:179 0 0 0 1px rgba(123, 229, 255, 0.30), /* inner outline */180 0 0 32px -4px rgba(123, 229, 255, 0.50), /* soft outer halo */181 0 8px 24px -10px rgba(0, 0, 0, 0.5); /* ambient drop */182}183```184 185The 32px halo at 50% alpha is the magic. Lower opacity dies; higher gets gaudy. 50% is the sweet spot.186 187## Color188- **Moonlight #EAEBF0** — primary text.189- **Blue-grey #8B92A6** — secondary text, axis labels.190- **Halo Cyan #7BE5FF** — the only chromatic accent. Primary CTA, ghost link, chart line.191- **Ink #0A0E14** — page canvas. Near-black with a faint cool bias.192- **Surface #10151D** — card and button base, one notch above the canvas.193 194One chromatic accent. Period.195 196## Typography197**One family — Sora.** Humanist sans with personality, softer than Inter Tight, more interesting than Inter.198 199| Role | Size | Weight | Tracking |200|------|------|--------|----------|201| Hero | 4.5rem | 600 | -0.035em |202| H1 | 2.625rem | 600 | -0.028em |203| H2 | 1.5rem | 600 | -0.015em |204| Body | 1rem | 400 | -0.005em / 1.65 |205 206The single-family decision keeps the page calm so the halo can be the loudest thing.207 208## Geometry209- **Radii: 12 / 16 / 20, plus pill.** Generous and soft throughout. The system is rounded.210- **Section gap: 120px** desktop, 72px mobile.211- **12-column grid** with 28px gutters.212 213## Buttons214- **Primary** — surface fill, cyan label, **the halo glow**. Pill shape. The glow IS the button.215- **Secondary** — surface pill with a hairline. No glow.216- **Outline** — bare hairline pill at 18% white.217- **Ghost** — bare cyan label, hover underline.218 219The halo appears on primary only. Adding it to secondary kills the hierarchy.220 221## Cards222Surface cards on the ink canvas, 1px white hairline at 6% opacity, soft 16px corners, low ambient shadow. Padding 28-32px. Cards never glow — only buttons and links carry chroma.223 224## Charts & Data225Single-color line in halo cyan, 2px stroke, end-of-line dot marker, no gridlines. The line itself can carry a soft cyan glow via SVG filter (`drop-shadow(0 0 8px rgba(123,229,255,0.4))`) so the chart matches the button's signature.226 227## Do's and Don'ts228- ✅ The halo glow is the system's signature. Without it, this is just another dark theme.229- ✅ Glow on primary CTA only. Secondary stays quiet.230- ✅ One chromatic accent — halo cyan. Everything else is moonlight/blue-grey.231- ✅ Generous 16-20px radii. Soft throughout.232- ❌ No second chromatic accent. The cyan stands alone.233- ❌ No glow on cards or surfaces. Glow is for actions, not containers.234- ❌ No sharp corners. The system is soft from button to card.235- ❌ No bright/saturated cyan above #7BE5FF. The halo depends on a slightly muted hue to feel premium rather than loud.236 237---238 239## Tokens240 241> Generated from the same source the live preview renders from.242> Treat the values below as the contract — never substitute approximations.243 244### Colors245 246| Role | Value |247|-----------|-------|248| primary | `#EAEBF0` |249| secondary | `#8B92A6` |250| tertiary | `#7BE5FF` |251| neutral | `#0A0E14` |252| surface | `#10151D` |253 254### Typography255 256- **Display:** Sora257- **Body:** Sora258- **Mono:** JetBrains Mono259 260| Role | size / leading / weight / tracking |261|------|------------------------------------|262| Hero | 4.5rem / 1.05 / 600 / -0.035em |263| H1 | 2.625rem / 1.1 / 600 / -0.028em |264| H2 | 1.5rem / 1.3 / 600 / -0.015em |265| Body | 1rem / 1.65 / 400 / -0.005em |266 267### Radius268 269- sm: `12px`270- md: `16px`271- lg: `20px`272- pill: `9999px`273 274### Shadows275 276- **card:** `0 24px 60px -28px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04)`277- **button:** `0 0 0 1px rgba(123, 229, 255, 0.30), 0 0 32px -4px rgba(123, 229, 255, 0.50), 0 8px 24px -10px rgba(0, 0, 0, 0.5)`278 279### Borders280 281- **card:** `1px solid rgba(255, 255, 255, 0.06)`282- **divider:** `rgba(255, 255, 255, 0.08)`283 284### Buttons285 286Four variants, each fully tokenized. The preview renders from these exact values.287 288#### Primary289 290| Property | Value |291|----------|-------|292| shape | `pill` |293| background | `#10151D` |294| color | `#7BE5FF` |295| border | `1px solid rgba(123, 229, 255, 0.45)` |296| padding | `12px 24px` |297| fontWeight | `600` |298| fontSize | `0.9375rem` |299| tracking | `-0.005em` |300| shadow | `0 0 0 1px rgba(123, 229, 255, 0.30), 0 0 32px -4px rgba(123, 229, 255, 0.50), 0 8px 24px -10px rgba(0, 0, 0, 0.5)` |301 302#### Secondary303 304| Property | Value |305|----------|-------|306| shape | `pill` |307| background | `#10151D` |308| color | `#EAEBF0` |309| border | `1px solid rgba(255, 255, 255, 0.10)` |310| padding | `12px 24px` |311| fontWeight | `500` |312| fontSize | `0.9375rem` |313| tracking | `-0.005em` |314 315#### Outline316 317| Property | Value |318|----------|-------|319| shape | `pill` |320| background | `transparent` |321| color | `#EAEBF0` |322| border | `1px solid rgba(255, 255, 255, 0.18)` |323| padding | `11px 23px` |324| fontWeight | `500` |325| fontSize | `0.9375rem` |326| tracking | `-0.005em` |327 328#### Ghost329 330| Property | Value |331|----------|-------|332| shape | `pill` |333| background | `transparent` |334| color | `#7BE5FF` |335| border | `none` |336| padding | `11px 6px` |337| fontWeight | `500` |338| fontSize | `0.9375rem` |339| tracking | `-0.005em` |340| hoverHint | `underline` |341 342### Charts343 344| Property | Value |345|----------|-------|346| variant | `line` |347| strokeWidth | `2` |348| gridlines | `false` |349| highlight | `last` |350| dotMarker | `true` |351| axisColor | `#8B92A6` |352| palette | `#7BE5FF` |353 # CLAUDE.md Reference @DESIGN.md for all styling decisions. Apply tokens strictly — do not introduce colors, fonts, or radii outside the system. When in doubt, prefer the values declared in DESIGN.md frontmatter.<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap" />npm install lucide-react// tailwind.config.jsexport default { theme: { extend: { fontFamily: { display: ['"Sora"', 'serif'], sans: ['"Sora"', 'sans-serif'], mono: ['"JetBrains Mono"', 'monospace'], }, colors: { primary: '#EAEBF0', secondary: '#8B92A6', accent: '#7BE5FF', neutral: '#0A0E14', surface: '#10151D', }, borderRadius: { sm: '12px', md: '16px', lg: '20px', }, }, },};A music platform that sounds like late-night radio looks. Deep charcoal surfaces with a faint vertical warmth, Instrument Serif italic for album titles, Inter for everything else, a single burnt-amber accent reserved for the now-playing state. Built for music streaming, label sites, and audio products that want warmth in the dark without leaning on neon.
A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.
A warm off-white paper system that earns trust through quiet. Cream-paper surfaces, EB Garamond at oversized scale for headlines paired with Inter for UI, generous reading line-heights, a single forest-green accent reserved for verified marks and the primary CTA. Built for advisory firms, professional services, premium brands, and editorial sites that want quiet European authority.
A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.