Home · Branding · Ciro

Ciro Brand Identity

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

Download JSON
Primary
#63594C
Accent
#FCF9F5
Body Font
Plus Jakarta Sans
Heading
Plus Jakarta Display

Color Palette

Brand palette extracted from https://www.ciro.io/.

primary
#63594C
rgb(99, 89, 76)
secondary
#524739
rgb(82, 71, 57)
accent
#FCF9F5
rgb(252, 249, 245)
background
#FCF9F5
rgb(252, 249, 245)
textPrimary
#31231B
rgb(49, 35, 27)
link
#31231B
rgb(49, 35, 27)

Typography

Each font links to its Google Fonts page where available.

primary
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
heading
Plus Jakarta Display
Plus Jakarta Display Google Fonts →
Plus Jakarta Display, Plus Jakarta Sans, system-ui, 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

Ciro logo
Logo
Ciro favicon
Favicon
Ciro social image
Social Card

UI Components

Live previews rendered using Ciro's actual button styles.

buttonPrimary
background #FCF9F5 textColor #FFFFFF borderRadius 32px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
buttonSecondary
background #FFFFFF textColor #31231B borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Ciro Brand in the Wild

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

Frequently Asked Questions

What is Ciro's primary brand color?

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

What accent color does Ciro use?

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

What font does Ciro use?

Ciro uses Plus Jakarta Sans for body text and Plus Jakarta Display for headings. Fonts were detected on https://www.ciro.io/ as part of their live design system.

Does Ciro use a light or dark theme?

Ciro's primary site uses a light color scheme, with a background of #FCF9F5.

Where can I find Ciro's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Plus Jakarta Sans",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#63594C",
    "secondary": "#524739",
    "accent": "#FCF9F5",
    "background": "#FCF9F5",
    "textPrimary": "#31231B",
    "link": "#31231B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Plus Jakarta Sans",
      "heading": "Plus Jakarta Display"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Display",
        "Plus Jakarta Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Plus Jakarta Sans",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Plus Jakarta Sans",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60.75px",
      "h2": "48.006px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FCF9F5",
      "textColor": "#FFFFFF",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#31231B",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.ciro.io/ciro_logo.png",
    "favicon": "https://www.ciro.io/icons/ciro-icon.svg",
    "ogImage": "https://ciro.io/og-image.png",
    "logoHref": "/",
    "logoAlt": "Ciro"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage. The alt text matches the brand name 'Ciro', making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #0 has a vibrant red/orange gradient background, which is distinct and eye-catching, making it suitable as the primary CTA. The text 'Book a Demo' is action-oriented, further supporting its role as the primary button."
    },
    "secondary": {
      "index": 2,
      "text": "Priya NairVP Marketing · KaleidoscopeCampaign targeting at Kaleidoscope",
      "reasoning": "Button #2 has a white background, contrasting with the primary button's vibrant color. It is less prominent, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 located in the header, is visible, and links to the homepage. The alt text matches the brand name 'Ciro', making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles