# Oda Brand Identity A complete profile of **Oda**'s visual system — colors, typography, components, and personality — extracted from https://www.odastudio.ai/?ref=yc. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/oda - Machine-readable JSON: https://characterquilt.com/branding/oda.json - Per-page llms.txt: https://characterquilt.com/branding/oda/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #020817 | | Accent | #CEFF80 | | Body Font | Inter | | Heading Font | Aeonik Pro | ## Color Palette - primary: #020817 - secondary: #CEFF80 - accent: #CEFF80 - background: #FFFFFF - textPrimary: #222222 - link: #6B7280 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Aeonik Pro — https://fonts.google.com/specimen/Aeonik+Pro ## Visual Assets - Logo: https://www.odastudio.ai/lovable-uploads/e559ae2d-69ed-4b44-9188-922a7e042889.png - Social card (og:image): https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/d7e38d7c-d0e6-465a-a087-38384607b547/id-preview-a735ea58--951fed1b-3b45-4fab-bcaa-debf5470f8d4.lovable.app-1755452445165.png ## UI Components - buttonPrimary: background=#CEFF80, textColor=#000000, borderRadius=9999px, shadow=none - buttonSecondary: background=#222222, textColor=#CEFF80, borderColor=#CEFF80, borderRadius=9999px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Oda Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Oda Studio Interactive Apps** - Image: https://interactive.odastudio.ai/_next/static/media/background-features.5f7a9ac9.jpg - Source: https://interactive.odastudio.ai/ - **Oda Studio** - Image: https://emiyqeooebbphbtgneno.supabase.co/storage/v1/object/public/images//oda_constuction_img_1.jpg - Source: https://www.odastudio.ai/ - **Oda Studio** - Image: https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/d7e38d7c-d0e6-465a-a087-38384607b547/id-preview-a735ea58--951fed1b-3b45-4fab-bcaa-debf5470f8d4.lovable.app-1755452445165.png - Source: https://www.odastudio.ai/ - **Oda AI Studio** - Image: https://fal.media/files/koala/gH5i2wXmjKxiflhy_aCLx.jpeg - Source: https://app.odastudio.ai/custom-styles/inspiration - **Oda AI Studio** - Image: https://fal.media/files/penguin/POWyG2S_1JxlFeVGD9RMw.jpeg - Source: https://app.odastudio.ai/custom-styles/inspiration - **Oda AI Studio** - Image: https://fal.media/files/zebra/0LEz9iSozoxAe4tW5owCB.jpeg - Source: https://app.odastudio.ai/custom-styles/inspiration/6988fb6f-8c9a-4359-bbdd-c95536084593/generations?utm_campaign=pinterestCustom ## 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" }, { "family": "Aeonik Pro", "role": "heading" } ], "colors": { "primary": "#020817", "secondary": "#CEFF80", "accent": "#CEFF80", "background": "#FFFFFF", "textPrimary": "#222222", "link": "#6B7280" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Aeonik Pro" }, "fontStacks": { "heading": [ "Aeonik Pro", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "72px", "h2": "24px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "2px" }, "components": { "buttonPrimary": { "background": "#CEFF80", "textColor": "#000000", "borderRadius": "9999px", "borderRadiusCorners": { "topLeft": "9999px", "topRight": "9999px", "bottomRight": "9999px", "bottomLeft": "9999px" }, "shadow": "none" }, "buttonSecondary": { "background": "#222222", "textColor": "#CEFF80", "borderColor": "#CEFF80", "borderRadius": "9999px", "borderRadiusCorners": { "topLeft": "9999px", "topRight": "9999px", "bottomRight": "9999px", "bottomLeft": "9999px" }, "shadow": "none" } }, "images": { "logo": "https://www.odastudio.ai/lovable-uploads/e559ae2d-69ed-4b44-9188-922a7e042889.png", "favicon": null, "ogImage": "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/d7e38d7c-d0e6-465a-a087-38384607b547/id-preview-a735ea58--951fed1b-3b45-4fab-bcaa-debf5470f8d4.lovable.app-1755452445165.png", "logoAlt": "Oda Studio Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, matches the brand name 'Oda Studio', and is the only candidate provided.", "confidence": 0.85, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Book a Call", "reasoning": "Button #1 has a vibrant green background (#CEFF80), which is typically used for primary CTAs. The text 'Book a Call' is action-oriented, making it a strong candidate for the primary button." }, "secondary": { "index": 0, "text": "Schedule a Call", "reasoning": "Button #0 has a dark background (#222222) and is less vibrant than Button #1. It serves as a secondary option with the text 'Schedule a Call'." }, "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 visible, matches the brand name 'Oda Studio', and is the only candidate provided.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```