# Mirror AI Brand Identity A complete profile of **Mirror AI**'s visual system — colors, typography, components, and personality — extracted from http://mirror-ai.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/mirror-ai - Machine-readable JSON: https://characterquilt.com/branding/mirror-ai.json - Per-page llms.txt: https://characterquilt.com/branding/mirror-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6B1ED3 | | Accent | #6B1ED3 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #6B1ED3 - secondary: #19163A - accent: #6B1ED3 - background: #FFFFFF - textPrimary: #78798F - link: #78798F ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63ea2e47812621b4b14c5049_logo-mirror.svg - Favicon: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/640717e4ff03d95a201e26d8_32_icon.png - Social card (og:image): https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/640712159cda4d05a883277b_Opengraph.jpg ## UI Components - input: background=#FFFFFF, textColor=#FF0004, borderColor=#E7E8F4, borderRadius=10px, shadow=none - buttonPrimary: background=#6B1ED3, textColor=#FFFFFF, borderRadius=80px, shadow=none - buttonSecondary: background=#E7E8F4, textColor=#6B1ED3, borderRadius=80px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: tech-savvy individuals looking for AI-driven avatar creation ## Mirror AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Video Solutions** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63ff1ba520f51d81e3c7e343_upload-bf374a4c-d7c2-4398-b45f-be70aca07715%201.webp - Source: https://www.mirror-ai.com/video-solutions - **Mirror AI** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63f33c51e5b3e084acb0cad5_blocks4_.png - Source: https://www.mirror-ai.com/creator-program - **Mirror AI - Emoji Maker and Free AI Avatar Creator** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63f481bc2df04b60864e4fbe_busines_1.png - Source: https://www.mirror-ai.com/ - **AI Facial Recognition API** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/64527ef4ed392a09e02c8e67_hero.webp - Source: https://www.mirror-ai.com/face-recognition - **Mirror AI - Emoji Maker and Free AI Avatar Creator** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63ecc23644098311f40935aa_hero12%20(1).png - Source: https://www.mirror-ai.com/ - **Mirror AI - Emoji Maker and Free AI Avatar Creator** - Image: https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63ed02668984cb06c510b424_block1.png - Source: https://www.mirror-ai.com/ ## 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": "Inter", "role": "body" } ], "colors": { "primary": "#6B1ED3", "secondary": "#19163A", "accent": "#6B1ED3", "background": "#FFFFFF", "textPrimary": "#78798F", "link": "#78798F" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "90px", "h2": "22px", "body": "24px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#FF0004", "borderColor": "#E7E8F4", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonPrimary": { "background": "#6B1ED3", "textColor": "#FFFFFF", "borderRadius": "80px", "borderRadiusCorners": { "topLeft": "80px", "topRight": "80px", "bottomRight": "80px", "bottomLeft": "80px" }, "shadow": "none" }, "buttonSecondary": { "background": "#E7E8F4", "textColor": "#6B1ED3", "borderRadius": "80px", "borderRadiusCorners": { "topLeft": "80px", "topRight": "80px", "bottomRight": "80px", "bottomLeft": "80px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/63ea2e47812621b4b14c5049_logo-mirror.svg", "favicon": "https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/640717e4ff03d95a201e26d8_32_icon.png", "ogImage": "https://cdn.prod.website-files.com/63ea2cc8589878bcd7d5dd46/640712159cda4d05a883277b_Opengraph.jpg", "logoHref": "/", "logoAlt": "Mirror AI Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Mirror AI'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get App", "reasoning": "Button #0 'Get App' uses the vibrant brand color #6B1ED3, indicating it is the primary call-to-action. It is action-oriented and uses a strong CTA text." }, "secondary": { "index": 1, "text": "Go To Business Mirror", "reasoning": "Button #1 'Go To Business Mirror' has a different background color #E7E8F4, making it suitable as a secondary button. It is less prominent and complements the primary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "tech-savvy individuals looking for AI-driven avatar creation" }, "designSystem": { "framework": "custom", "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 visible, located in the header, links to the homepage, and the alt text matches the brand 'Mirror AI'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```