# Unsiloed AI Brand Identity A complete profile of **Unsiloed AI**'s visual system — colors, typography, components, and personality — extracted from https://www.unsiloed.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/unsiloed-ai - Machine-readable JSON: https://characterquilt.com/branding/unsiloed-ai.json - Per-page llms.txt: https://characterquilt.com/branding/unsiloed-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #8BE3DC | | Accent | #8BE3DC | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #8BE3DC - secondary: #1C2B2A - accent: #8BE3DC - background: #151515 - textPrimary: #151515 - link: #2C5F5A ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://www.unsiloed.ai/unsiloedai.png - Favicon: https://www.unsiloed.ai/favicon.svg ## UI Components - input: background=#1A1A1A, textColor=#FFFFFF, borderColor=#333333, borderRadius=0px, shadow=none - buttonPrimary: background=#8BE3DC, textColor=#1A1A1A, borderRadius=0px, shadow=none - buttonSecondary: background=#151515, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Unsiloed AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Unsiloed AI** - Image: https://www.unsiloed.ai/AICPA.png - Source: https://www.unsiloed.ai/ - **Unsiloed AI** - Image: https://www.unsiloed.ai/examples/example2.png - Source: https://www.unsiloed.ai/demo - **Unsiloed AI** - Image: https://www.unsiloed.ai/examples/example3.png - Source: https://www.unsiloed.ai/demo - **Unsiloed AI** - Image: https://www.unsiloed.ai/MercedesLogo.webp - Source: https://www.unsiloed.ai/ - **General FAQ - Unsiloed AI** - Image: https://unsiloed.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DFAQ%26title%3DGeneral%2BFAQ%26description%3DFrequently%2Basked%2Bquestions%2Babout%2BUnsiloed%2BAI%2527s%2Bdocument%2Bprocessing%2Bplatform%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Funsiloed%252Fc5GnWBA8VLKcJoDp%252Funsiloed_light.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Dc5GnWBA8VLKcJoDp%2526q%253D85%2526s%253D1fdb17ddbe6797f3f46cfa65b21b47de%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Funsiloed%252Fc5GnWBA8VLKcJoDp%252Funsiloed_dark.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Dc5GnWBA8VLKcJoDp%2526q%253D85%2526s%253Db481bfe80b0808904e7533905d17d2db%26primaryColor%3D%25232563EB%26lightColor%3D%25233B82F6%26darkColor%3D%25231E40AF%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%25230a0b10&w=1200&q=100 - Source: https://docs.unsiloed.ai/faq/general - **Introduction - Unsiloed AI** - Image: https://unsiloed.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DGetting%2BStarted%26title%3DIntroduction%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Funsiloed%252Fc5GnWBA8VLKcJoDp%252Funsiloed_light.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Dc5GnWBA8VLKcJoDp%2526q%253D85%2526s%253D1fdb17ddbe6797f3f46cfa65b21b47de%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Funsiloed%252Fc5GnWBA8VLKcJoDp%252Funsiloed_dark.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Dc5GnWBA8VLKcJoDp%2526q%253D85%2526s%253Db481bfe80b0808904e7533905d17d2db%26primaryColor%3D%25232563EB%26lightColor%3D%25233B82F6%26darkColor%3D%25231E40AF%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%25230a0b10&w=1200&q=100 - Source: https://docs.unsiloed.ai/ ## 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": "dark", "fonts": [ { "family": "Inter", "role": "body" }, { "family": "Tobias TRIAL", "role": "unknown" } ], "colors": { "primary": "#8BE3DC", "secondary": "#1C2B2A", "accent": "#8BE3DC", "background": "#151515", "textPrimary": "#151515", "link": "#2C5F5A" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Tobias TRIAL" ], "body": [ "Inter", "system-ui", "-apple-system", "sans-serif" ], "paragraph": [ "Inter", "system-ui", "-apple-system", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "56px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "#1A1A1A", "textColor": "#FFFFFF", "borderColor": "#333333", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#8BE3DC", "textColor": "#1A1A1A", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonSecondary": { "background": "#151515", "textColor": "#FFFFFF", "borderColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.unsiloed.ai/unsiloedai.png", "favicon": "https://www.unsiloed.ai/favicon.svg", "ogImage": null, "logoHref": "/", "logoAlt": "Unsiloed AI" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Unsiloed AI'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 5, "text": "Get Started", "reasoning": "Button #5 has a vibrant brand color (#8BE3DC) and strong CTA text 'Get Started', making it the primary call-to-action." }, "secondary": { "index": 3, "text": "Book a Demo", "reasoning": "Button #3 has a different background color (#151515) and serves as a secondary action with the text 'Book a Demo'." }, "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": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Unsiloed AI'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```