# Atmana Brand Identity

A complete profile of **Atmana**'s visual system — colors, typography, components, and personality — extracted from [https://blockerx.net/](https://blockerx.net/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://blockerx.net/.  
**Primary:** #E64A19  
**Secondary:** #334155  
**Accent:** #103B45  
**Background:** #FAFBFB  
**Text Primary:** #103B45  
**Link:** #103B45

## Typography

Each font links to its Google Fonts page where available.  
**Body Font:** Montserrat  
**Heading Font:** Poppins

### Font Links  
- [Montserrat [Google Fonts →](https://fonts.google.com/specimen/Montserrat)]  
- [Poppins [Google Fonts →](https://fonts.google.com/specimen/Poppins)]

## Visual Assets

Logos and favicons:

## UI Components

Live previews rendered using Atmana's actual button styles.  
### Input Style  
- **Background:** transparent  
- **Text Color:** #757575  
- **Border Color:** null  
- **Border Radius:** 0px  
- **Shadow:** none

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** individuals seeking content filtering solutions

## Atmana Brand in the Wild

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

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2021/07/6151-scaled.jpg)

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2022/12/Untitled-design-15.webp)

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2020/12/prateek-katyal-6jYnKXVxOjc-unsplash-scaled.jpg)

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2022/12/Hidden-Entities.webp)

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2021/07/porn-addiction-withdrawal-scaled.jpeg)

Source: [blockerx.net](https://blockerx.net/wp-content/uploads/2023/01/Image-Credit-Statista-2-1024x576.webp)

## Frequently Asked Questions

- **What is Atmana's primary brand color?**  
Atmana's primary brand color is #E64A19. It anchors the visual identity across their website, product UI, and marketing materials.

- **What accent color does Atmana use?**  
Atmana uses #103B45 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does Atmana use?**  
Atmana uses Montserrat for body text and Poppins for headings. Fonts were detected on https://blockerx.net/ as part of their live design system.

- **Does Atmana use a light or dark theme?**  
Atmana's primary site uses a light color scheme, with a background of #FAFBFB.

- **Where can I find Atmana's logo?**  
Atmana's logo is available directly on their site (https://blockerx.net/). 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://blockerx.net/ 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 Atmana.

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.  
JSON structure:
```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#E64A19",
    "secondary": "#334155",
    "accent": "#103B45",
    "background": "#FAFBFB",
    "textPrimary": "#103B45",
    "link": "#103B45"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Montserrat",
        "sans-serif"
      ],
      "paragraph": [
        "Montserrat",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "42px",
      "h2": "24px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#757575",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://wordpress-blockerx-assets.s3.us-west-1.amazonaws.com/wp-content/uploads/2024/05/31094540/cropped-logo-new.webp",
    "favicon": "https://blockerx.net/wp-content/uploads/2020/11/cropped-launcher_new-1-150x150.png",
    "ogImage": null,
    "logoHref": "https://blockerx.net/",
    "logoAlt": "BlockerX"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking content filtering solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  }
}
```
