Home · Branding · arnata

arnata Brand Identity

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

Download JSON
Primary
#0055FE
Accent
#0055FE
Body Font
Satoshi
Heading
Switzer

Color Palette

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

primary
#0055FE
rgb(0, 85, 254)
secondary
#815BFE
rgb(129, 91, 254)
accent
#0055FE
rgb(0, 85, 254)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#121212
rgb(18, 18, 18)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Satoshi
heading
Switzer
Switzer, 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

arnata favicon
Favicon
arnata social image
Social Card

UI Components

Live previews rendered using arnata's actual button styles.

buttonPrimary
background #0055FE textColor #0000EE borderRadius 10px shadow rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px
buttonSecondary
background #121212 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

arnata Brand in the Wild

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

Frequently Asked Questions

What is arnata's primary brand color?

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

What font does arnata use?

arnata uses Satoshi for body text and Switzer for headings. Fonts were detected on https://arnata.com as part of their live design system.

Does arnata use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://arnata.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 arnata.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    },
    {
      "family": "Switzer",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0055FE",
    "secondary": "#815BFE",
    "accent": "#0055FE",
    "background": "#FFFFFF",
    "textPrimary": "#121212",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Switzer"
    },
    "fontStacks": {
      "heading": [
        "Switzer",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "90px",
      "h2": "54px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0055FE",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px"
    },
    "buttonSecondary": {
      "background": "#121212",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/e7ukcvjkDxvzUzygJ7iFM1Awag.png",
    "ogImage": "https://framerusercontent.com/assets/hKlgFquVUQrIGwAgi525LUgc.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Sign up",
      "reasoning": "Button #2 ('Sign up') uses the vibrant brand color #0055FE, which is a strong indicator of a primary CTA. The action-oriented text 'Sign up' further supports this choice."
    },
    "secondary": {
      "index": 1,
      "text": "Get in touch",
      "reasoning": "Button #1 ('Get in touch') has a different background color (#121212) compared to the primary button and serves as a secondary action with a less vibrant appearance."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles