Home · Branding · Trunk

Trunk Brand Identity

A complete profile of Trunk's visual system — colors, typography, components, and personality — extracted from https://trunk.io/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FF6B9D
Accent
#08090B
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

Brand palette extracted from https://trunk.io/.

primary
#FF6B9D
rgb(255, 107, 157)
secondary
#27CA68
rgb(39, 202, 104)
accent
#08090B
rgb(8, 9, 11)
background
#08090B
rgb(8, 9, 11)
textPrimary
#08090B
rgb(8, 9, 11)
link
#84290E
rgb(132, 41, 14)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
neue, neue Fallback, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, fira sans, droid sans, helvetica neue, 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

Trunk logo
Logo
Trunk favicon
Favicon
Trunk social image
Social Card

UI Components

Live previews rendered using Trunk's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #08090B textColor #FFFFFF borderRadius 24px shadow none
buttonSecondary
background #FFFFFF textColor #08090B borderRadius 24px shadow none

Brand Personality

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

Trunk Brand in the Wild

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

Frequently Asked Questions

What is Trunk's primary brand color?

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

What accent color does Trunk use?

Trunk uses #08090B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Trunk use?

Trunk uses Segoe UI as the primary typeface across body and headings.

Does Trunk use a light or dark theme?

Trunk's primary site uses a dark color scheme, with a background of #08090B.

Where can I find Trunk's logo?

Trunk's logo is available directly on their site (https://trunk.io/). 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 https://trunk.io/ 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 Trunk.

Methodology

Brand data on this page was extracted from https://trunk.io/ 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 Trunk.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Oxygen",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Cantarell",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF6B9D",
    "secondary": "#27CA68",
    "accent": "#08090B",
    "background": "#08090B",
    "textPrimary": "#08090B",
    "link": "#84290E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "neue",
        "neue Fallback",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "fira sans",
        "droid sans",
        "helvetica neue",
        "sans-serif"
      ],
      "body": [
        "neue",
        "neue Fallback",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "fira sans",
        "droid sans",
        "helvetica neue",
        "sans-serif"
      ],
      "paragraph": [
        "neue",
        "neue Fallback",
        "-apple-system",
        "blinkmacsystemfont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "fira sans",
        "droid sans",
        "helvetica neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "75px",
      "h2": "60px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#08090B",
      "textColor": "#FFFFFF",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#08090B",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22155%22%20height%3D%2253%22%20viewBox%3D%220%200%20155%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M62.5469%2019.2747V13.3359H67.8536V19.2747H72.4241V23.358H67.8536V30.8185C67.8536%2032.6003%2068.8494%2033.3425%2070.286%2033.3425C71.1343%2033.3425%2071.9814%2033.1941%2072.608%2032.9714L73.3455%2037.24C72.3133%2037.7226%2070.7652%2038.0195%2069.4017%2038.0195C65.4585%2038.0195%2062.5469%2035.5322%2062.5469%2031.1159V23.358L62.5469%2019.2747Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M76.3672%2019.2764H81.674V21.3551L81.895%2021.4287C83.0746%2019.9818%2084.8443%2018.9053%2086.9441%2018.9053H87.4606V23.8799H86.5757C84.6227%2023.8799%2082.9272%2024.5477%2081.674%2025.5862V37.8728H76.3672L76.3672%2019.2764Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M108.911%2029.3726C108.911%2034.7182%20104.931%2038.207%2099.6978%2038.207C94.5013%2038.207%2090.4844%2034.7182%2090.4844%2029.3726V19.2764H95.7911V29.3726C95.7911%2032.3794%2097.4494%2033.8269%2099.6978%2033.8269C101.946%2033.8269%20103.604%2032.3794%20103.604%2029.3726V19.2764H108.911V29.3726Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M112.547%2019.2764H117.854V21.3919L118.074%2021.4662C119.328%2019.9818%20121.465%2018.9053%20124.229%2018.9053C127.878%2018.9053%20130.899%2021.541%20130.899%2026.7001V37.8354H125.593V26.997C125.593%2024.3988%20123.971%2023.2848%20122.018%2023.2848C120.359%2023.2848%20118.849%2023.8044%20117.854%2024.9183V37.8354H112.547L112.547%2019.2764Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M141.922%2030.4502L140.447%2031.8603V37.8359H135.141V10.7393H140.447V25.81L140.668%2025.8842L146.454%2019.2769H152.977L153.052%2019.4995L145.46%2026.9606L154.268%2037.6507L154.194%2037.8359H147.744L141.922%2030.4502Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_6233_23822)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M26.2239%2053V47.2593C37.541%2047.2593%2046.7481%2037.9859%2046.7481%2026.5873C46.7481%2015.1885%2037.541%205.9152%2026.2239%205.9152C14.9067%205.9152%205.69969%2015.1885%205.69969%2026.5873H0C0%2012.023%2011.7643%200.17395%2026.2239%200.17395C40.6839%200.17395%2052.4483%2012.023%2052.4483%2026.5873C52.4483%2041.151%2040.684%2053%2026.2239%2053H26.2239Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M13.4892%2027.003H7.78906C7.78906%2016.6046%2016.0582%208.14465%2026.2218%208.14465V13.9763C19.2011%2013.9763%2013.4892%2019.8199%2013.4892%2027.003Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M36.8611%2027.0033H31.1615C31.1615%2024.2154%2028.9447%2021.9475%2026.2196%2021.9475C23.495%2021.9475%2021.2783%2024.2154%2021.2783%2027.0033H15.5781C15.5781%2021%2020.3521%2016.1163%2026.2196%2016.1163C32.0871%2016.1163%2036.8611%2021%2036.8611%2027.0033Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_6233_23822%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%2252.4483%22%20height%3D%2252.8261%22%20fill%3D%22black%22%20transform%3D%22translate(0%200.17395)%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://trunk.io/favicon.ico",
    "ogImage": "https://trunk.io/og.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Trunk'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #6 'Book a demo' has a dark background (#08090B) with contrasting white text, making it stand out as a primary CTA. The action-oriented text 'Book a demo' suggests a strong call to action."
    },
    "secondary": {
      "index": 2,
      "text": "→Read the docs",
      "reasoning": "Button #0 '→Read the docs' has a light background (#FFFFFF) with dark text, making it a suitable secondary CTA. It provides additional information without the urgency of the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech teams"
  },
  "designSystem": {
    "framework": "custom",
    "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 located in the header, is visible, and links to the homepage, matching the brand 'Trunk'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles