Home · Branding · Evo.Do

Evo.Do Brand Identity

A complete profile of Evo.Do's visual system — colors, typography, components, and personality — extracted from http://www.evo.do/. Built for designers, agents, and AI tools.

Download JSON
Primary
#C67448
Accent
#C67448
Body Font
Inter
Heading
Plus Jakarta Sans

Color Palette

Brand palette extracted from http://www.evo.do/.

primary
#C67448
rgb(198, 116, 72)
secondary
#6B6158
rgb(107, 97, 88)
accent
#C67448
rgb(198, 116, 72)
background
#F6F1EA
rgb(246, 241, 234)
textPrimary
#808080
rgb(128, 128, 128)
link
#EFE8DE
rgb(239, 232, 222)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
Plus Jakarta Sans, ui-sans-serif, system-ui, sans-serif
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.

Visual Assets

Evo.Do logo
Logo
Evo.Do favicon
Favicon
Evo.Do social image
Social Card

UI Components

Live previews rendered using Evo.Do's actual button styles.

input
background #EFE8DE textColor #1C1613 borderColor #E3DAC9 borderRadius 12px shadow none
buttonPrimary
background #C67448 textColor #FFFFFF borderColor #C67448 borderRadius 10px shadow none
buttonSecondary
background #0E0E13 textColor #9D9DA8 borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses looking to manage their online reputation

Evo.Do Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Evo.Do's primary brand color?

Evo.Do's primary brand color is #C67448. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Evo.Do use?

Evo.Do uses Inter for body text and Plus Jakarta Sans for headings. Fonts were detected on http://www.evo.do/ as part of their live design system.

Does Evo.Do use a light or dark theme?

Evo.Do's primary site uses a dark color scheme, with a background of #F6F1EA.

Where can I find Evo.Do's logo?

Evo.Do's logo is available directly on their site (http://www.evo.do/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from http://www.evo.do/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Evo.Do.

Methodology

Brand data on this page was extracted from http://www.evo.do/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Evo.Do.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#C67448",
    "secondary": "#6B6158",
    "accent": "#C67448",
    "background": "#F6F1EA",
    "textPrimary": "#808080",
    "link": "#EFE8DE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "9px"
  },
  "components": {
    "input": {
      "background": "#EFE8DE",
      "textColor": "#1C1613",
      "borderColor": "#E3DAC9",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#C67448",
      "textColor": "#FFFFFF",
      "borderColor": "#C67448",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0E0E13",
      "textColor": "#9D9DA8",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://evo.do/evo-logo-v1-dark-short.svg",
    "favicon": "https://evo.do/favicon.svg",
    "ogImage": "https://evo.do/assets/og-image.png",
    "logoHref": "/ru/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the brand name 'evo.do', is visible, and is located at the top of the page, which is typical for a brand logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 10,
      "text": "Попробовать бесплатно 7 дней",
      "reasoning": "Button #9 'Попробовать бесплатно 7 дней' uses the vibrant brand color #C67448 and has strong CTA text, making it the primary call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Мониторинг рейтинга",
      "reasoning": "Button #0 'Мониторинг рейтинга' has a different background color (#0E0E13) and serves as a secondary action, fitting the criteria for a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking to manage their online reputation"
  },
  "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 matches the brand name 'evo.do', is visible, and is located at the top of the page, which is typical for a brand logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles