Home · Branding · Circular

Circular Brand Identity

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

Download JSON
Primary
#EA2F5D
Accent
#EA2F5D
Body Font
Lexend Deca
Heading
Lexend Deca

Color Palette

Brand palette extracted from https://www.nowcircular.com.

primary
#EA2F5D
rgb(234, 47, 93)
secondary
#501EC4
rgb(80, 30, 196)
accent
#EA2F5D
rgb(234, 47, 93)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#190644
rgb(25, 6, 68)
link
#190644
rgb(25, 6, 68)

Typography

Each font links to its Google Fonts page where available.

primary
Lexend Deca
Lexend Deca Google Fonts →
heading
Lexend Deca
Lexend Deca Google Fonts →
Lexend Deca, 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

Circular logo
Logo
Circular favicon
Favicon
Circular social image
Social Card

UI Components

Live previews rendered using Circular's actual button styles.

buttonPrimary
background #EA2F5D textColor #FFFFFF borderRadius 5px shadow none
buttonSecondary
background #FFFFFF textColor #501EC4 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: environmentally conscious consumers and businesses

Circular Brand in the Wild

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

Frequently Asked Questions

What is Circular's primary brand color?

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

What font does Circular use?

Circular uses Lexend Deca as the primary typeface across body and headings.

Does Circular use a light or dark theme?

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

Where can I find Circular's logo?

Circular's logo is available directly on their site (https://www.nowcircular.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://www.nowcircular.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 Circular.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lexend Deca",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#EA2F5D",
    "secondary": "#501EC4",
    "accent": "#EA2F5D",
    "background": "#FFFFFF",
    "textPrimary": "#190644",
    "link": "#190644"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lexend Deca",
      "heading": "Lexend Deca"
    },
    "fontStacks": {
      "heading": [
        "Lexend Deca",
        "sans-serif"
      ],
      "body": [
        "Lexend Deca",
        "sans-serif"
      ],
      "paragraph": [
        "Lexend Deca",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EA2F5D",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#501EC4",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/622e2a9ca955ec864400395e/64957d7b65a257fb517de818_Header%20-%20Left%20-%20Big%202.svg",
    "favicon": "https://cdn.prod.website-files.com/622e2a9ca955ec864400395e/622e2ea09a2c51b9f55f71ae_logoicon.png",
    "ogImage": "https://cdn.prod.website-files.com/622e2a9ca955ec864400395e/6268c1096424b20243791661_OpenGraph1.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Circular'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Circular careers",
      "reasoning": "Button #4 with text 'Circular careers' uses the vibrant brand color #EA2F5D, indicating a primary call-to-action related to career opportunities, which is often a key focus for businesses."
    },
    "secondary": {
      "index": 10,
      "text": "Circular careers",
      "reasoning": "Button #10 with text 'Circular careers' uses a different color group (#FFFFFF background), making it suitable as a secondary CTA, complementing the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "environmentally conscious consumers and businesses"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Circular'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles