# Meticulate Brand Identity A complete profile of **Meticulate**'s visual system — colors, typography, components, and personality — extracted from https://meticulate.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/meticulate - Machine-readable JSON: https://characterquilt.com/branding/meticulate.json - Per-page llms.txt: https://characterquilt.com/branding/meticulate/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #D15F1C | | Accent | #D15F1C | | Body Font | Albert Sans | | Heading Font | Outfit | ## Color Palette - primary: #D15F1C - secondary: #FBD8C2 - accent: #D15F1C - background: #F0EEE5 - textPrimary: #2C1E1B - link: #2C1E1B ## Typography - primary: Albert Sans — https://fonts.google.com/specimen/Albert+Sans - heading: Outfit — https://fonts.google.com/specimen/Outfit ## Visual Assets - Favicon: https://framerusercontent.com/images/Ii6zykR31rzR9e4cCdaro5DViis.png - Social card (og:image): https://framerusercontent.com/images/SKGspmdS8Y5Et9sJwIRlp0Up6iw.png ## UI Components - buttonPrimary: background=#D15F1C, textColor=#0000EE, borderRadius=4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Meticulate Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Meticulate** - Image: https://framerusercontent.com/images/fMfhCF7BJ7ET1Oco0dJChYKMdL4.png?width=3424&height=2226 - Source: https://meticulate.ai/ - **Meticulate** - Image: https://framerusercontent.com/images/dVnBVoe88MiSFD5s31IQCFYiyKE.png?width=700&height=640 - Source: https://meticulate.ai/ - **Privacy | Meticulate** - Image: https://framerusercontent.com/images/SKGspmdS8Y5Et9sJwIRlp0Up6iw.png - Source: https://meticulate.ai/privacy - **Business Research with AI - Meticulate** - Image: https://i.ytimg.com/vi/1cCHnXUCFEI/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAjORbYRTgV3kMBZMNvrWsniYZDPQ - Source: https://www.youtube.com/watch?v=1cCHnXUCFEI - **Launch YC: Meticulate – Effortless business research – Try it now! | Y Combinator | Y Combinator | 30 comments** - Image: https://media.licdn.com/dms/image/v2/D5622AQE-iUstte3rpQ/feedshare-shrink_800/feedshare-shrink_800/0/1709232707620?e=2147483647&v=beta&t=awyXB5Jn3pcCb_20gskVtKkgy5JgmQ0KaQRhZsJhoKE - Source: https://www.linkedin.com/posts/y-combinator_launch-yc-meticulate-effortless-business-activity-7169046670557532161--ntS ## 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": "Albert Sans", "role": "body" }, { "family": "Outfit", "role": "heading" }, { "family": "Inter", "role": "unknown" } ], "colors": { "primary": "#D15F1C", "secondary": "#FBD8C2", "accent": "#D15F1C", "background": "#F0EEE5", "textPrimary": "#2C1E1B", "link": "#2C1E1B" }, "typography": { "fontFamilies": { "primary": "Albert Sans", "heading": "Outfit" }, "fontStacks": { "heading": [ "Albert Sans", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Outfit", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "48px", "body": "39.28px" } }, "spacing": { "baseUnit": 4, "borderRadius": "10px" }, "components": { "buttonPrimary": { "background": "#D15F1C", "textColor": "#0000EE", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0000EE", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://framerusercontent.com/images/Ii6zykR31rzR9e4cCdaro5DViis.png", "ogImage": "https://framerusercontent.com/images/SKGspmdS8Y5Et9sJwIRlp0Up6iw.png" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Login", "reasoning": "Button #2 has a vibrant background color (#D15F1C), which is the brand color, making it stand out as the primary call-to-action. The text 'Login' is action-oriented, further supporting its role as the primary button." }, "secondary": { "index": 3, "text": "Login", "reasoning": "Button #3 has a different background color (#FFFFFF) compared to the primary button. It serves a similar function ('Login') but with a less prominent color, making it suitable as a secondary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```