# Artemis Search Brand Identity A complete profile of **Artemis Search**'s visual system — colors, typography, components, and personality — extracted from https://search-artemis.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/artemis-search - Machine-readable JSON: https://characterquilt.com/branding/artemis-search.json - Per-page llms.txt: https://characterquilt.com/branding/artemis-search/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #0000EE | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #0000EE - accent: #0000EE - background: #454545 - textPrimary: #454545 - link: #0000EE ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://framerusercontent.com/images/7XfRK27S6okmhR4jL7S30GeoLNo.png?width=303&height=52 - Favicon: https://framerusercontent.com/images/sNSzJTpgxBAMVkyCamiTyDWUOk.png ## UI Components - buttonPrimary: background=#FAFAFA, textColor=#0000EE, borderRadius=6px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Artemis Search Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **ArtemisSearch Adware (Mac) - Removal steps, and macOS cleanup (updated)** - Image: https://www.pcrisk.com/images/stories/screenshots202003/artemissearch-adware-main.jpg - Source: https://www.pcrisk.com/removal-guides/17438-artemissearch-adware-mac - **Quick Start — artemis-scanner 2.7.0 documentation** - Image: https://artemis-scanner.readthedocs.io/en/latest/_images/viewing-results.png - Source: https://artemis-scanner.readthedocs.io/en/latest/quick-start.html - **Executive Search | Find Your Future Leaders Today** - Image: https://cdn.prod.website-files.com/64137f912146b4149a224060/697a92e2e052306b29bd5e7c_Copy%20of%202025%20Blog%20Creatives%20%20CFO%20(Night%20Series)%20(1).png - Source: https://www.artemissp.com/executive-search-headhunting - **Artemis | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C560BAQGQ721W3sdjRw/company-logo_200_200/company-logo_200_200/0/1679952125474/artemissp_logo?e=2147483647&v=beta&t=yp2Bzxp8yOgnQ5UNTMGVSZPCFqJrkfDUz2fz0Ei-RPg - Source: https://www.linkedin.com/company/artemissp - **How To Remove ArtemisSearch Adware On Mac [Quick Tips]** - Image: https://www.spyhunter.com/shm/wp-content/themes/kadence/images/shm/remediated.webp - Source: https://www.spyhunter.com/shm/remove-artemissearch-mac/ - **How To Remove ArtemisSearch Adware On Mac [Quick Tips]** - Image: https://www.spyhunter.com/shm/wp-content/themes/kadence/images/shm/adware.webp - Source: https://www.spyhunter.com/shm/remove-artemissearch-mac/ ## 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": "#0000EE", "accent": "#0000EE", "background": "#454545", "textPrimary": "#454545", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "62px", "h2": "62px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#FAFAFA", "textColor": "#0000EE", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" } }, "images": { "logo": "https://framerusercontent.com/images/7XfRK27S6okmhR4jL7S30GeoLNo.png?width=303&height=52", "favicon": "https://framerusercontent.com/images/sNSzJTpgxBAMVkyCamiTyDWUOk.png", "ogImage": null, "logoHref": "./" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get Started", "reasoning": "Button #0 is selected as the primary CTA because it has action-oriented text 'Get Started' and matches the accent color, which is typically used for primary actions." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "Both buttons have the same background color and text, making it impossible to distinguish a secondary button based on color differentiation." }, "confidence": 0.8 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.8, "colors": 0.9, "overall": 0.8500000000000001 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```