# Terrasoft Brand Identity

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

## Color Palette

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

- **Primary**: #0D2E4E (rgb(13, 46, 78))
- **Secondary**: #006CE0 (rgb(0, 108, 224))
- **Accent**: #FF4013 (rgb(255, 64, 19))
- **Background**: #FFFFFF (rgb(255, 255, 255))
- **Text Primary**: #FF4013 (rgb(255, 64, 19))
- **Link**: #FF4013 (rgb(255, 64, 19))

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Open Sans [Google Fonts →](https://fonts.google.com/specimen/Open+Sans)
- **Heading**: Montserrat [Google Fonts →](https://fonts.google.com/specimen/Montserrat)

## UI Components

Live previews rendered using Terrasoft's actual button styles.

### Input
- **Background**: #FFFFFF
- **Text Color**: #000000
- **Border Color**: #FFFFFF
- **Border Radius**: 2px
- **Shadow**: none

### Button Primary
- **Background**: #FF4013
- **Text Color**: #FFFFFF
- **Border Color**: #FF4013
- **Border Radius**: 1000px
- **Shadow**: none

### Button Secondary
- **Background**: #181818
- **Text Color**: #FFFFFF
- **Border Color**: #181818
- **Border Radius**: 1000px
- **Shadow**: none

## Brand Personality

- **Tone**: professional
- **Energy**: medium
- **Audience**: business professionals and enterprises

## Frequently Asked Questions

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

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

**What font does Terrasoft use?**  
Terrasoft uses Open Sans for body text and Montserrat for headings. Fonts were detected on https://creatio.com as part of their live design system.

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

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

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0D2E4E",
    "secondary": "#006CE0",
    "accent": "#FF4013",
    "background": "#FFFFFF",
    "textPrimary": "#FF4013",
    "link": "#FF4013"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF4013",
      "textColor": "#FFFFFF",
      "borderColor": "#FF4013",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#181818",
      "textColor": "#FFFFFF",
      "borderColor": "#181818",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.creatio.com/sites/default/files/marketing/logo_creatio.svg",
    "favicon": "https://www.creatio.com/themes/custom/creatio/favicon.ico",
    "ogImage": "https://d3a7ykdi65m4cy.cloudfront.net/en/s3fs-public/pages/front/OG-Creatio-v.2.jpg",
    "logoHref": "/"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and enterprises"
  }
}
```
