Home · Branding · Trella

Trella Brand Identity

A complete profile of Trella's visual system — colors, typography, components, and personality — extracted from https://www.trella.app/. Built for designers, agents, and AI tools.

Download JSON
Primary
#E05C13
Accent
#E05C13
Body Font
Cairo
Heading
Axiforma

Color Palette

Brand palette extracted from https://www.trella.app/.

primary
#E05C13
rgb(224, 92, 19)
secondary
#131A35
rgb(19, 26, 53)
accent
#E05C13
rgb(224, 92, 19)
background
#161E3C
rgb(22, 30, 60)
textPrimary
#161E3C
rgb(22, 30, 60)
link
#161E3C
rgb(22, 30, 60)

Typography

Each font links to its Google Fonts page where available.

primary
Cairo
heading
Axiforma
Axiforma, Cairo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, 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

Trella logo
Logo
Trella favicon
Favicon
Trella social image
Social Card

UI Components

Live previews rendered using Trella's actual button styles.

input
background transparent textColor #030408 borderColor null borderRadius 0px shadow none
buttonPrimary
background #131A35 textColor #10162C borderRadius 8px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: businesses looking for logistics solutions

Trella Brand in the Wild

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

Frequently Asked Questions

What is Trella's primary brand color?

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

What font does Trella use?

Trella uses Cairo for body text and Axiforma for headings. Fonts were detected on https://www.trella.app/ as part of their live design system.

Does Trella use a light or dark theme?

Trella's primary site uses a dark color scheme, with a background of #161E3C.

Where can I find Trella's logo?

Trella's logo is available directly on their site (https://www.trella.app/). 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://www.trella.app/ 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 Trella.

Methodology

Brand data on this page was extracted from https://www.trella.app/ 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 Trella.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Axiforma",
      "role": "heading"
    },
    {
      "family": "Cairo",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#E05C13",
    "secondary": "#131A35",
    "accent": "#E05C13",
    "background": "#161E3C",
    "textPrimary": "#161E3C",
    "link": "#161E3C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Cairo",
      "heading": "Axiforma"
    },
    "fontStacks": {
      "heading": [
        "Axiforma",
        "Cairo",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Axiforma",
        "Cairo",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Axiforma",
        "Cairo",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "39.68px",
      "h2": "39.68px",
      "body": "15.872px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#030408",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#131A35",
      "textColor": "#10162C",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22trella-logo-white-orange_svg__Layer_1%22%20x%3D%220%22%20y%3D%220%22%20style%3D%22enable-background%3Anew%200%200%20200%2065%22%20viewBox%3D%220%200%20200%2065%22%20data-fc-idx%3D%220%22%3E%3Cstyle%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E.trella-logo-white-orange_svg__st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M14.6%2028.2H25V17.1h-6.5c-3.8%200-5.7-1.9-5.7-5.6V.5H0v13.2c0%209.4%205.2%2014.5%2014.6%2014.5z%22%20style%3D%22fill%3A%20rgb(225%2C%2092%2C%2020)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.7%2046.6V28.2H0v20.7c0%209.4%205.2%2014.5%2014.6%2014.5H25V52.2h-6.5c-3.9%200-5.8-1.9-5.8-5.6zM32.6%2031.8v31.6h12.7V34c0-3.7%201.9-5.6%205.7-5.6h6.5V17.3H47.2c-9.4%200-14.6%205.1-14.6%2014.5zM84.7%2015.7c-14.3%200-24.6%2010.2-24.6%2024.5%200%2014.1%2010.2%2024.5%2024.8%2024.5%208%200%2014.3-2.7%2018.9-8.9l-7.1-7.5c-3%203.8-6.5%205.4-11.6%205.4-6%200-11.1-3.2-11.8-9.5h33.9c.2-1.1.3-2.7.3-4%200-14.3-9.1-24.5-22.8-24.5zM73.3%2036.1c1.3-5.9%205.2-9.4%2011.3-9.4%205.6%200%209.5%203.8%2010.3%209.4H73.3zM188.5%2018.9c0%202.5.2%203.3.2%204.1h-.3c-2.4-4.3-7.8-7.3-14.9-7.3-13.2%200-23.1%2010-23.1%2024.5s9.4%2024.5%2022.6%2024.5c7%200%2012.7-3%2015.4-7.8h.3c0%201-.2%202.2-.2%204.3v2.1H200V17.2h-11.5v1.7zm-13.9%2034c-6.8%200-11.9-5.2-11.9-12.9%200-7.5%205.1-12.7%2011.9-12.7%207.1%200%2012.2%205.2%2012.2%2012.7%200%207.7-5.1%2012.9-12.2%2012.9zM132.6.5h12.7v62.9h-12.7zM112.9.5h12.7v62.9h-12.7z%22%20class%3D%22trella-logo-white-orange_svg__st1%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://trella-assets.s3.eu-west-1.amazonaws.com/logo/Icon/SVG/Trella_Logo_Icon_NavyOrange.svg",
    "ogImage": "https://trella-assets.s3.eu-west-1.amazonaws.com/logo/Latin/SVG/Trella_Logotype_Latin_NavyOrange.svg",
    "logoHref": "/",
    "logoAlt": ".trella-logo-white-orange_svg__st1{fill:#fff}"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Trella'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Submit",
      "reasoning": "Button #0 has a vibrant background color (#131A35) which aligns with the brand's color scheme and is more prominent than the transparent buttons. The text 'Submit' suggests a primary action."
    },
    "secondary": {
      "index": 2,
      "text": "Ship with us",
      "reasoning": "Button #2 has a transparent background, making it less prominent than Button #0. The text 'Ship with us' suggests a secondary action, complementing the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses looking for logistics solutions"
  },
  "designSystem": {
    "framework": "material",
    "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 visible, located in the header, links to the homepage, and matches the brand name 'Trella'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles