llms.txt

Terrakotta Brand Identity

A complete profile of Terrakotta's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #FF6900
Accent #FF6900
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: commercial real estate professionals

Terrakotta Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow to help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and explore to load all font weights.
  4. For each captured font URL, save the files locally.
  5. Copy @font-face declarations from the CSS.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#FF6900",
  "secondary": "#4A5565",
  "accent": "#FF6900",
  "background": "#FFFFFF",
  "textPrimary": "#101828",
  "link": "#101828"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Inter"
   ],
   "body": [
    "Inter"
   ],
   "paragraph": [
    "Inter"
   ]
  },
  "fontSizes": {
   "h1": "72px",
   "h2": "30px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#E2E8F0",
   "borderRadius": "8px",
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FF6900",
   "textColor": "#FFFFFF",
   "borderRadius": "6px",
   "shadow": "rgba(0, 0, 0, 0.1) 0px 1px 3px 0px"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#314158",
   "borderRadius": "33554400px",
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  }
 },
 "images": {
  "logo": "https://www.terrakotta.ai/_next/image?url=%2Fimages%2Flogo.png&w=64&q=75",
  "favicon": "https://www.terrakotta.ai/favicon.ico",
  "ogImage": "https://www.terrakotta.ai/images/logo.png"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "commercial real estate professionals"
 },
 "designSystem": {
  "framework": "tailwind"
 }
}