Home · Branding · Union54

Union54 Brand Identity

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

Download JSON
Primary
#F29D4B
Accent
#F29D4B
Body Font
Poppins
Heading
Poppins

Color Palette

Brand palette extracted from https://union54.com.

primary
#F29D4B
rgb(242, 157, 75)
secondary
#F9CEA5
rgb(249, 206, 165)
accent
#F29D4B
rgb(242, 157, 75)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#3C405F
rgb(60, 64, 95)
link
#3C405F
rgb(60, 64, 95)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Poppins
Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Union54 logo
Logo
Union54 favicon
Favicon

UI Components

Live previews rendered using Union54's actual button styles.

input
background #FFFFFF textColor #3C405F borderColor #C5C6CF borderRadius 4px shadow none
buttonPrimary
background #F29D4B textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background transparent textColor #5F1779 borderColor #5F1779 borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses and developers

Union54 Brand in the Wild

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

Frequently Asked Questions

What is Union54's primary brand color?

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

What font does Union54 use?

Union54 uses Poppins as the primary typeface across body and headings.

Does Union54 use a light or dark theme?

Union54's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Union54's logo?

Union54's logo is available directly on their site (https://union54.com). 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://union54.com 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 Union54.

Methodology

Brand data on this page was extracted from https://union54.com 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 Union54.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F29D4B",
    "secondary": "#F9CEA5",
    "accent": "#F29D4B",
    "background": "#FFFFFF",
    "textPrimary": "#3C405F",
    "link": "#3C405F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Poppins",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Poppins",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#3C405F",
      "borderColor": "#C5C6CF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F29D4B",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#5F1779",
      "borderColor": "#5F1779",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20201%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23u54_svg__clip0_75%3A49)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M25.43%204h32.85l-9.04%2025.37a6.269%206.269%200%2001-5.9%204.16H19.37c-4.33%200-7.35-4.29-5.9-8.36l6.06-17.01c.9-2.5%203.26-4.16%205.9-4.16z%22%20fill%3D%22%23B82BF9%22%20style%3D%22fill%3A%20rgb(184%2C%2043%2C%20249)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M32.85%2044.07H0L9.04%2018.7a6.269%206.269%200%20015.9-4.16h23.97c4.33%200%207.35%204.29%205.9%208.36l-6.06%2017.01a6.269%206.269%200%2001-5.9%204.16z%22%20fill%3D%22%23FFBF33%22%20style%3D%22fill%3A%20rgb(255%2C%20191%2C%2051)%20!important%3B%22%2F%3E%3Cg%20clip-path%3D%22url(%23u54_svg__clip1_75%3A49)%22%20fill%3D%22%23B82BF9%22%20style%3D%22fill%3A%20rgb(184%2C%2043%2C%20249)%20!important%3B%22%3E%3Cpath%20d%3D%22M33.979%2027.032a1.694%201.694%200%2001-.087.318c-.139.373-.39.714-.632%201.004-.39.469-.656%201.082-1.15%201.451a7.854%207.854%200%2001-.387.265c-.384.252-.771.497-1.022.921-.333.562-.205%201.343-.068%202.051.06.303.12.593.146.847.11%201.053-.243%201.435-1.018%202.08a.788.788%200%2000-.284.563c-.05.47.141%201.015-.294%201.4-.2.177-.382.298-.544.47-.08.082-.156.18-.23.3-.128.216-.215.455-.314.685-.06.142-.126.283-.21.413-.046.074-.1.145-.16.212-.141.165-.314.31-.502.429a2.376%202.376%200%2001-1.089.37c-.51.032-1.191.394-1.647.02-.186-.15-.274-.378-.363-.586-.063-.147-.142-.64-.776-1.288-.402-.408-.263-.865-.307-1.398a1.895%201.895%200%2000-.194-.676%204.9%204.9%200%2000-.216-.392c-.183-.308-.375-.609-.45-.97a1.608%201.608%200%2001-.003-.631c.127-.68.494-1.279.528-1.912a1.607%201.607%200%2000-.215-.898c-.293-.52-.78-.864-1-1.442-.179-.468-.08-1.252-.5-1.595-.43-.349-1.035.024-1.52-.353-.544-.42-.892-.512-1.534-.165-.656.357-1.1.255-1.75.163-.456-.064-.844-.055-1.16-.208-.193-.093-.358-.247-.494-.514-.016-.029-.03-.06-.044-.09-.125-.277-.307-.49-.497-.686-.304-.32-.627-.607-.757-1.087-.177-.654-.356-1.21-.13-1.86a1.63%201.63%200%2001.047-.124c.229-.547.214-1.207.488-1.721.056-.104.122-.198.195-.285.286-.347.68-.59.96-.945.31-.394.594-.806.902-1.201a8.09%208.09%200%2001.515-.61c.209-.224.427-.39.668-.56.346-.245.543-.2.97-.179.497.025.99-.018%201.475-.138.449-.11.861-.396%201.313-.46.584-.082%201.134.059%201.235.706.038.243-.099.596.11.784.26.232.864.085%201.2.28.119.069.253.192.396.297h.001c.143.107.293.195.442.195.388-.002.673-.516%201.005-.67.675-.316%201.205.29%201.802.512.253.096.617.219.885.23.236.01.447-.104.674-.117.448-.026.842.227.871.739.025.448-.17.693.031%201.143.06.135.134.263.209.389.122.202.25.4.348.623.263.604.461%201.396.918%201.87.033.033.066.064.101.095.195.165.42.277.594.468.012.012.023.026.034.039.164.199.277.464.432.66l.057.066c.303.332.606.262%201.047.133.423-.125.936-.358.97.24.004.111-.003.222-.021.33zM31.945%2036.058c.125.38-.293.69-.31%201.052-.006.117.027.198.044.316.017.111-.005.228-.01.337-.012.34.224.605.551.607.345.002.534-.372.619-.672.082-.291.12-.58.182-.875.053-.25.232-.49.347-.715.111-.218.28-.391.35-.631.075-.262.074-.56.068-.832-.004-.198-.084-.445-.224-.591-.18-.189-.423-.043-.551.133-.155.21-.115.55-.346.69-.191.117-.406.023-.607.104-.232.093-.352.385-.32.627.018.126.155.393.207.45z%22%20style%3D%22fill%3A%20rgb(184%2C%2043%2C%20249)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20d%3D%22M70.36%2012.536v13.44c0%201.344.33%202.379.992%203.104.661.725%201.632%201.088%202.912%201.088s2.261-.363%202.944-1.088c.683-.725%201.024-1.76%201.024-3.104v-13.44h5.472v13.408c0%202.005-.427%203.701-1.28%205.088a8.174%208.174%200%2001-3.456%203.136c-1.43.704-3.03%201.056-4.8%201.056s-3.36-.341-4.768-1.024c-1.387-.704-2.485-1.75-3.296-3.136-.81-1.408-1.216-3.115-1.216-5.12V12.536h5.472zm28.067%204.416c2.09%200%203.754.683%204.992%202.048%201.258%201.344%201.888%203.2%201.888%205.568V35h-5.44v-9.696c0-1.195-.31-2.123-.928-2.784-.62-.661-1.451-.992-2.496-.992-1.046%200-1.878.33-2.496.992-.62.661-.928%201.59-.928%202.784V35h-5.473V17.144h5.472v2.368c.555-.79%201.302-1.408%202.24-1.856.94-.47%201.995-.704%203.169-.704zm13.434-1.664c-.96%200-1.749-.277-2.368-.832a2.823%202.823%200%2001-.896-2.112c0-.853.299-1.557.896-2.112.619-.576%201.408-.864%202.368-.864.939%200%201.707.288%202.304.864.619.555.928%201.259.928%202.112%200%20.832-.309%201.536-.928%202.112-.597.555-1.365.832-2.304.832zm2.72%201.856V35h-5.472V17.144h5.472zm12.094%2018.112c-1.75%200-3.328-.373-4.736-1.12a8.33%208.33%200%2001-3.296-3.2c-.79-1.387-1.184-3.008-1.184-4.864%200-1.835.405-3.445%201.215-4.832.811-1.408%201.921-2.485%203.329-3.232%201.408-.747%202.986-1.12%204.736-1.12%201.749%200%203.328.373%204.736%201.12%201.408.747%202.517%201.824%203.328%203.232.81%201.387%201.216%202.997%201.216%204.832s-.416%203.456-1.248%204.864a8.233%208.233%200%2001-3.36%203.2c-1.408.747-2.987%201.12-4.736%201.12zm0-4.736c1.045%200%201.93-.384%202.656-1.152.746-.768%201.12-1.867%201.12-3.296%200-1.43-.363-2.528-1.088-3.296-.704-.768-1.579-1.152-2.624-1.152-1.067%200-1.952.384-2.656%201.152-.704.747-1.056%201.845-1.056%203.296%200%201.43.341%202.528%201.024%203.296.704.768%201.578%201.152%202.624%201.152zm23.127-13.568c2.09%200%203.754.683%204.992%202.048%201.258%201.344%201.888%203.2%201.888%205.568V35h-5.44v-9.696c0-1.195-.31-2.123-.928-2.784-.619-.661-1.451-.992-2.496-.992-1.046%200-1.878.33-2.496.992-.619.661-.928%201.59-.928%202.784V35h-5.472V17.144h5.472v2.368c.554-.79%201.301-1.408%202.24-1.856.938-.47%201.994-.704%203.168-.704z%22%20fill%3D%22%23B82BF9%22%20style%3D%22fill%3A%20rgb(184%2C%2043%2C%20249)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M176.388%2016.408h-9.984v4.416c.427-.47%201.024-.853%201.792-1.152a6.827%206.827%200%20012.496-.448c1.6%200%202.923.363%203.968%201.088%201.067.725%201.845%201.664%202.336%202.816.491%201.152.736%202.4.736%203.744%200%202.496-.704%204.48-2.112%205.952-1.408%201.45-3.392%202.176-5.952%202.176-1.707%200-3.189-.288-4.448-.864-1.259-.597-2.229-1.419-2.912-2.464-.683-1.045-1.056-2.25-1.12-3.616h5.344c.128.661.437%201.216.928%201.664.491.427%201.163.64%202.016.64%201.003%200%201.749-.32%202.24-.96.491-.64.736-1.493.736-2.56%200-1.045-.256-1.845-.768-2.4-.512-.555-1.259-.832-2.24-.832-.725%200-1.323.181-1.792.544a2.39%202.39%200%2000-.928%201.376h-5.28v-13.92h14.944v4.8zm4.493%2014.432v-4.416l10.112-14.464h6.112v14.144h2.624v4.736h-2.624V35h-5.472v-4.16h-10.752zm11.136-12.864l-5.376%208.128h5.376v-8.128z%22%20fill%3D%22%23FFBF33%22%20style%3D%22fill%3A%20rgb(255%2C%20191%2C%2051)%20!important%3B%22%2F%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22u54_svg__clip0_75%3A49%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22translate(0%204)%22%20d%3D%22M0%200h58.28v40.07H0z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22u54_svg__clip1_75%3A49%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22translate(13%2018)%22%20d%3D%22M0%200h21v23H0z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://union54.com/favicon.svg",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Union54'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start integrating",
      "reasoning": "Button #0 has a vibrant brand color (#F29D4B) and action-oriented text ('Start integrating'), making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Read the docs",
      "reasoning": "Button #3 has a transparent background, making it distinct from the primary button's vibrant color, and serves a secondary action ('Read the docs')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and developers"
  },
  "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 is visible, medium-sized, and links to the homepage, matching the brand 'Union54'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles