moss.json
Moss Brand Identity
A complete profile of Moss's visual system — colors, typography, components, and personality — extracted from https://usemoss.dev. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/moss
- Machine-readable JSON: https://characterquilt.com/branding/moss.json
- Per-page llms.txt: https://characterquilt.com/branding/moss/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #101828 |
| Accent | #1A1A1A |
| Body Font | GeistSans |
| Heading Font | Playfair Display |
Color Palette
- primary: #101828
- secondary: #4A5565
- accent: #1A1A1A
- background: #FFFFFF
- textPrimary: #0A0A0A
- link: #4A5565
Typography
- primary: GeistSans — https://fonts.google.com/specimen/GeistSans
- heading: Playfair Display — https://fonts.google.com/specimen/Playfair+Display
Visual Assets
- Logo: https://www.moss.dev/_next/image?url=%2FIcon.png&w=64&q=75&dpl=dpl_HfZSoZhaUJ2dy9zcXURLZ18wD8aS
- Favicon: https://www.moss.dev/favicon.ico?favicon.0q_uiul6_k4we.ico?dpl=dpl_HfZSoZhaUJ2dy9zcXURLZ18wD8aS
- Social card (og:image): https://www.moss.dev/og-image.png
UI Components
- buttonPrimary: background=#1A1A1A, textColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonSecondary: background=transparent, textColor=#0A0A0A, borderColor=#E5E5E5, borderRadius=10px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Moss Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 12 Times Kate Moss Starred In Perfume Ads - Model Kate Moss Is the Face of Every Fragrance
- The Moss Report Home - The Moss Report
- Moss Landing Chamber of Commerce | The Heart of the Monterey Bay
- Love Story': The True Story Behind the '90s Kate Moss Calvin Klein Campaign That Changed Fashion | Vogue
- Head & Neck Cancer Treatment Guide - The Moss Report
- Homepage Moss Landing Harbor District
- Image: https://d2blwilx4xw5sk.cloudfront.net/73d703d2-af6c-48da-bb61-d03675db34a1/f0ab808e-d765-45c6-8403-a6788649a434/MLL.png?response-content-disposition=attachment%3B%20filename%3D%22MLL.png%22%3B%20filename%2A%3DUTF-8%27%27MLL.png&response-content-type=image%2Fpng&Expires=2147483647&Signature=hCFn5aSXMT1m-6XsJkxJeAS48jQJvbVmdjsvhfC4~bjQ56AOQ-1LCFqXg1nhayYaN2iJZ8Ppow7kUneanN5dAqZGxkeqS3mNAdtDfDO6vpHYgmtzO2ccMEDIHVGSH7X6Opd5SR~vfn3Qc6ztD57n7Of7OpK1fdg6XE4GeFtL58bXm1zP1JA4cjIKHJP-r~h41l8LvYtUQtLfcWSQd19XMnZssm9yTlvEeAdEdR6vzySOysWKP7SkNS9E3hfSRLXfESPJXmo6PuvsVf3s8A2L6Ugsl7DhALc21yFsbmCD6XlRKu4e0VsWgkf-SVMFTgteDHRlupToXVExH0pnNYwv3g__&Key-Pair-Id=APKAJ5IHCXOL4TBJNRUA&DO-NOT-COPY-THIS-URL
- Source: https://mosslandingharbor.dst.ca.us/
Working with these fonts
Not found on Google Fonts? Here are some instructions to follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "GeistSans",
"role": "body"
},
{
"family": "Playfair Display",
"role": "heading"
},
{
"family": "GeistMono",
"role": "monospace"
}
],
"colors": {
"primary": "#101828",
"secondary": "#4A5565",
"accent": "#1A1A1A",
"background": "#FFFFFF",
"textPrimary": "#0A0A0A",
"link": "#4A5565"
},
"typography": {
"fontFamilies": {
"primary": "GeistSans",
"heading": "Playfair Display"
},
"fontStacks": {
"heading": [
"Playfair Display"
],
"body": [
"GeistSans",
"system-ui",
"sans-serif"
],
"paragraph": [
"GeistSans",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "60px",
"h2": "36px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#1A1A1A",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#0A0A0A",
"borderColor": "#E5E5E5",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"logo": "https://www.moss.dev/_next/image?url=%2FIcon.png&w=64&q=75&dpl=dpl_HfZSoZhaUJ2dy9zcXURLZ18wD8aS",
"favicon": "https://www.moss.dev/favicon.ico?favicon.0q_uiul6_k4we.ico?dpl=dpl_HfZSoZhaUJ2dy9zcXURLZ18wD8aS",
"ogImage": "https://www.moss.dev/og-image.png",
"logoHref": "/",
"logoAlt": "Moss Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand name 'Moss'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Start Free",
"reasoning": "Button #2 'Start Free' uses a dark background (#1A1A1A) with vibrant text, indicating a strong call-to-action. The text 'Start Free' is action-oriented, making it a clear primary CTA."
},
"secondary": {
"index": 3,
"text": "Book A Demo",
"reasoning": "Button #9 'Book A Demo' has a transparent background, providing a contrast to the primary button's dark background. It serves as a secondary action with a less prominent style."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand name 'Moss'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}