Home · Branding · co.dev

co.dev Brand Identity

A complete profile of co.dev's visual system — colors, typography, components, and personality — extracted from https://co.dev/?ref=YC. Built for designers, agents, and AI tools.

Download JSON
Primary
#2F855A
Accent
#2F855A
Body Font
Walsheim
Heading
Walsheim

Color Palette

Brand palette extracted from https://co.dev/?ref=YC.

primary
#2F855A
rgb(47, 133, 90)
accent
#2F855A
rgb(47, 133, 90)
background
#000000
rgb(0, 0, 0)
textPrimary
#FFFFFF
rgb(255, 255, 255)
link
#2F855A
rgb(47, 133, 90)

Typography

Each font links to its Google Fonts page where available.

primary
Walsheim
heading
Walsheim
Walsheim, Arial, Helvetica, 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

co.dev favicon
Favicon
co.dev social image
Social Card

UI Components

Live previews rendered using co.dev's actual button styles.

input
background #171717 textColor #FFFFFF borderColor #525252 borderRadius 14px shadow none
buttonPrimary
background #2F855A textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech startups

co.dev Brand in the Wild

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

Frequently Asked Questions

What is co.dev's primary brand color?

co.dev's primary brand color is #2F855A. It anchors the visual identity across their website, product UI, and marketing materials.

What font does co.dev use?

co.dev uses Walsheim as the primary typeface across body and headings.

Does co.dev use a light or dark theme?

co.dev's primary site uses a light color scheme, with a background of #000000.

How was this brand profile generated?

This profile was extracted from https://co.dev/?ref=YC 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 co.dev.

Methodology

Brand data on this page was extracted from https://co.dev/?ref=YC 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 co.dev.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Walsheim",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2F855A",
    "accent": "#2F855A",
    "background": "#000000",
    "textPrimary": "#FFFFFF",
    "link": "#2F855A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Walsheim",
      "heading": "Walsheim"
    },
    "fontStacks": {
      "heading": [
        "Walsheim",
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Walsheim",
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Walsheim",
        "Arial",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "100px",
      "h2": "52px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#171717",
      "textColor": "#FFFFFF",
      "borderColor": "#525252",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2F855A",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://www.co.dev/favicon.ico",
    "ogImage": "/images/preview.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Generate App",
      "reasoning": "Button #0 has a vibrant green background (#2F855A), which is typically used for primary CTAs. The text 'Generate App' is action-oriented, indicating a primary action."
    },
    "secondary": {
      "index": 1,
      "text": "Blog",
      "reasoning": "Button #1 has a dark background (#000000) and serves a less prominent function ('Blog'), making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech startups"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles