# Tremor Brand Identity A complete profile of **Tremor**'s visual system — colors, typography, components, and personality — extracted from https://www.tremor.so. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tremor - Machine-readable JSON: https://characterquilt.com/branding/tremor.json - Per-page llms.txt: https://characterquilt.com/branding/tremor/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | __GeistSans_fb8f2c | | Heading Font | __GeistSans_fb8f2c | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #000000 ## Typography - primary: __GeistSans_fb8f2c — https://fonts.google.com/specimen/__GeistSans_fb8f2c - heading: __GeistSans_fb8f2c — https://fonts.google.com/specimen/__GeistSans_fb8f2c ## Visual Assets - Favicon: https://www.tremor.so/favicon-16x16.png - Social card (og:image): https://tremor.so/opengraph-image.png?f5bbf8e00be369e2 ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Tremor Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Tremor NPM • The React UI kit to build dashboards and charts** - Image: https://npm.tremor.so/_next/image?url=%2Fhome%2Fexplorer.webp&w=3840&q=75&dpl=dpl_2HsNimmtm1RsyhvqdTv6q7TJa9hD - Source: https://npm.tremor.so/ - **Tremor Blocks – Official Tremor Templates** - Image: https://blocks.tremor.so/_next/image?url=%2Ftemplates%2Fsolar%2Ffooter.webp&w=1920&q=75&dpl=dpl_8E8Z4NpVLqUwJtuwEktCoC7woRxk - Source: https://blocks.tremor.so/templates - **Tremor NPM • The React UI kit to build dashboards and charts** - Image: https://npm.tremor.so/_next/image?url=%2Fhome%2Fdatabase.webp&w=3840&q=75&dpl=dpl_2HsNimmtm1RsyhvqdTv6q7TJa9hD - Source: https://npm.tremor.so/ - **Solar Technologies** - Image: https://solar.tremor.so/_next/image?url=%2Fimages%2Ffield.png&w=3840&q=75 - Source: https://solar.tremor.so/ - **Tremor – Copy-and-Paste Tailwind CSS UI Components for Charts and Dashboards** - Image: https://www.tremor.so/_next/image?url=%2Fimages%2Fhome%2Foverview.webp&w=3840&q=75&dpl=dpl_HNgBxhvh5SZCJAbDJ3ZX3eMffMCF - Source: https://tremor.so/ - **Tremor Blocks – Official Tremor Templates** - Image: https://blocks.tremor.so/_next/image?url=%2Fhome%2Fplanner_sm.webp&w=3840&q=75&dpl=dpl_8E8Z4NpVLqUwJtuwEktCoC7woRxk - Source: https://blocks.tremor.so/ ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. 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 ```json { "colorScheme": "light", "fonts": [ { "family": "__GeistSans_fb8f2c", "count": 4 }, { "family": "__GeistSans_Fallback_fb8f2c", "count": 4 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "__GeistSans_fb8f2c", "heading": "__GeistSans_fb8f2c" }, "fontStacks": { "body": [ "__GeistSans_fb8f2c", "__GeistSans_Fallback_fb8f2c" ], "heading": [ "__GeistSans_fb8f2c", "__GeistSans_Fallback_fb8f2c" ], "paragraph": [ "__GeistSans_fb8f2c", "__GeistSans_Fallback_fb8f2c" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": "https://www.tremor.so/favicon-16x16.png", "ogImage": "https://tremor.so/opengraph-image.png?f5bbf8e00be369e2" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```