# Kaedim Brand Identity A complete profile of **Kaedim**'s visual system — colors, typography, components, and personality — extracted from https://www.kaedim3d.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/kaedim - Machine-readable JSON: https://characterquilt.com/branding/kaedim.json - Per-page llms.txt: https://characterquilt.com/branding/kaedim/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #625E6F | | Accent | #030117 | | Body Font | DM Sans | | Heading Font | DM Sans | ## Color Palette - primary: #625E6F - secondary: #E65751 - accent: #030117 - background: #FFFFFF - textPrimary: #030117 - link: #030117 ## Typography - primary: DM Sans — https://fonts.google.com/specimen/DM+Sans - heading: DM Sans — https://fonts.google.com/specimen/DM+Sans ## Visual Assets - Logo: https://www.kaedim3d.com/_next/image?url=%2Fassets%2Flogo-wide.png&w=256&q=75 - Social card (og:image): https://kaedim3d.com/opengraph-image.png?1d7674bc16ebb20a ## UI Components - buttonPrimary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=12px, shadow=none - buttonSecondary: background=transparent, textColor=#000000, borderColor=#E6E5EC, borderRadius=16px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px ## Brand Personality Tone: modern · Energy: medium · Audience: studios and brands looking for 3D asset production solutions ## Kaedim Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Unreal Engine | Kaedim** - Image: https://docs.kaedim3d.com/~gitbook/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1511497584788-876760111969%3Fixid%3DMnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8%26ixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D3432%26q%3D80&width=1248&dpr=3&quality=100&sign=36e5ae19&sv=2 - Source: https://docs.kaedim3d.com/enterprise-features/custom-integrations/plugins/unreal-engine - **Kaedim | AI-Powered 3D Asset Production For Studios & Brands** - Image: https://www.kaedim3d.com/_next/image?url=%2Fassets%2Flanding%2F3assetsShowcase.png&w=1200&q=75 - Source: https://kaedim3d.com/ - **Structures | Kaedim** - Image: https://docs.kaedim3d.com/~gitbook/image?url=https%3A%2F%2F2929718666-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F3dfqxWeW1YVSmrxYlvkW%252Fuploads%252FTE8unP3FHUFXVuHKjubN%252Fimage.png%3Falt%3Dmedia%26token%3D5a481b6a-8367-4c73-8292-0ad9d9d2287c&width=768&dpr=3&quality=100&sign=88e4e68c&sv=2 - Source: https://docs.kaedim3d.com/creating-assets/input-guidelines/input-image-examples/structures - **Kaedim | AI-Powered 3D Asset Production For Studios & Brands** - Image: https://www.kaedim3d.com/_next/image?url=%2Fassets%2Flanding%2FbunnyAndOwl.png&w=1200&q=75 - Source: https://kaedim3d.com/ - **Game-Ready Pipeline | Kaedim** - Image: https://info.kaedim3d.com/~gitbook/image?url=https%3A%2F%2F1857974358-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FKRf719jju5CUYSC4WZRm%252Fuploads%252F6rSQGCfYDwREU9btTxTa%252FFront_Textured.png%3Falt%3Dmedia%26token%3D55355473-2bb0-4fb2-b46a-29a08a37a687&width=768&dpr=3&quality=100&sign=ac2d4238&sv=2 - Source: https://info.kaedim3d.com/features/game-ready-pipeline - **Kaedim | AI-Powered 3D Asset Production For Studios & Brands** - Image: https://www.kaedim3d.com/_next/image?url=%2Fassets%2Flanding%2FtankSpecs.png&w=1200&q=75 - Source: https://kaedim3d.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": "DM Sans", "role": "body" }, { "family": "Inter", "role": "body" }, { "family": "Trap", "role": "unknown" }, { "family": "Segoe UI", "role": "unknown" }, { "family": "Roboto", "role": "unknown" } ], "colors": { "primary": "#625E6F", "secondary": "#E65751", "accent": "#030117", "background": "#FFFFFF", "textPrimary": "#030117", "link": "#030117" }, "typography": { "fontFamilies": { "primary": "DM Sans", "heading": "DM Sans" }, "fontStacks": { "heading": [ "Trap", "sans-serif" ], "body": [ "DM Sans", "Inter", "sans-serif" ], "paragraph": [ "DM Sans", "Inter", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "58px", "body": "12px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#FFFFFF", "textColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" }, "buttonSecondary": { "background": "transparent", "textColor": "#000000", "borderColor": "#E6E5EC", "borderRadius": "16px", "borderRadiusCorners": { "topLeft": "16px", "topRight": "16px", "bottomRight": "16px", "bottomLeft": "16px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px" } }, "images": { "logo": "https://www.kaedim3d.com/_next/image?url=%2Fassets%2Flogo-wide.png&w=256&q=75", "favicon": null, "ogImage": "https://kaedim3d.com/opengraph-image.png?1d7674bc16ebb20a", "logoHref": "/", "logoAlt": "Kaedim" }, "__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 name 'Kaedim'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get Started", "reasoning": "Button #0 with text 'Get Started' is the primary CTA due to its action-oriented text and prominence as a call-to-action, despite its white background." }, "secondary": { "index": 1, "text": "GamesShip assets 10x faster for production", "reasoning": "Button #1 is selected as secondary due to its transparent background and informative text, making it less prominent than the primary CTA." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "studios and brands looking for 3D asset production solutions" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__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 name 'Kaedim'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```