# Atomic Industries Brand Identity A complete profile of **Atomic Industries**'s visual system — colors, typography, components, and personality — extracted from http://atomic.industries. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/atomic-industries - Machine-readable JSON: https://characterquilt.com/branding/atomic-industries.json - Per-page llms.txt: https://characterquilt.com/branding/atomic-industries/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | ui-sans-serif | | Heading Font | ui-sans-serif | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #3F3F3F - link: #000000 ## Typography - primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif - heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Atomic Industries Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **About - Atomic Industries** - Image: https://substackcdn.com/image/fetch/$s_!POXG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc8fc807-0a4e-407b-bf75-9fe82f6e1e3e_1112x1302.jpeg - Source: https://blog.atomic.industries/about - **Atomic Industries** - Image: https://atomic.industries/assets/407b8e7ce19833acb765a35f917dacf022bb259b-1p-TF4IZ.png - Source: https://atomic.industries/ - **Atomic Industries closes $17M seed to exascale America's industrial base | TechCrunch** - Image: https://techcrunch.com/wp-content/uploads/2023/12/testbed-91.jpg?resize=1200,720 - Source: https://techcrunch.com/2023/12/04/atomic-industries-closes-17m-seed-to-exascale-americas-industrial-base/ - **Tool and Die Software: Our Investment in Atomic Industries | by Toyota Ventures | Toyota Ventures | Medium** - Image: https://miro.medium.com/v2/resize:fit:1200/1*n9y18EES0njmXz8_NByjJA.png - Source: https://medium.com/toyota-ventures/tool-and-die-software-our-investment-in-atomic-industries-16f0127c58a2 - **Atomic Industries CEO talks AI's role in the US manufacturing renaissance** - Image: https://s.yimg.com/ny/api/res/1.2/Gu2t_t1dKxhAkD8wRZCBGw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTY0MDtoPTM2MA--/https://media.zenfs.com/en/freightwaves_373/83b0da7a8bb76ce0e93cd108cca612bb - Source: https://finance.yahoo.com/news/atomic-industries-ceo-talks-ai-225613158.html - **#34 - Bringing Manufacturing Back To America | Aaron Slodov, CEO Atomic Industries** - Image: https://i.ytimg.com/vi/AppJJbeQjp8/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=AppJJbeQjp8 ## 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": "ui-sans-serif", "count": 3 }, { "family": "system-ui", "count": 3 }, { "family": "sans-serif", "count": 3 }, { "family": "Apple Color Emoji", "count": 3 }, { "family": "Segoe UI Emoji", "count": 3 }, { "family": "Segoe UI Symbol", "count": 3 }, { "family": "Noto Color Emoji", "count": 3 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#3F3F3F", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "ui-sans-serif", "heading": "ui-sans-serif" }, "fontStacks": { "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "6px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```