Home · Branding · Palomma

Palomma Brand Identity

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

Download JSON
Primary
#161236
Accent
#4012AB
Body Font
Rethink Sans
Heading
Poppins

Color Palette

Brand palette extracted from http://www.palomma.com/.

primary
#161236
rgb(22, 18, 54)
secondary
#0000EE
rgb(0, 0, 238)
accent
#4012AB
rgb(64, 18, 171)
background
#F7F9FC
rgb(247, 249, 252)
textPrimary
#4012AB
rgb(64, 18, 171)
link
#4012AB
rgb(64, 18, 171)

Typography

Each font links to its Google Fonts page where available.

primary
Rethink Sans
Rethink Sans Google Fonts →
heading
Poppins
Rethink Sans, 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

Palomma logo
Logo
Palomma favicon
Favicon
Palomma social image
Social Card

UI Components

Live previews rendered using Palomma's actual button styles.

input
background transparent textColor #333333 borderColor #9F9DB0 borderRadius 12px shadow none
buttonPrimary
background #4012AB textColor #0000EE borderRadius 100px shadow none
buttonSecondary
background #F7F9FC textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: real estate professionals

Palomma Brand in the Wild

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

Frequently Asked Questions

What is Palomma's primary brand color?

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

What accent color does Palomma use?

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

What font does Palomma use?

Palomma uses Rethink Sans for body text and Poppins for headings. Fonts were detected on http://www.palomma.com/ as part of their live design system.

Does Palomma use a light or dark theme?

Palomma's primary site uses a light color scheme, with a background of #F7F9FC.

Where can I find Palomma's logo?

Palomma's logo is available directly on their site (http://www.palomma.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 http://www.palomma.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 Palomma.

Methodology

Brand data on this page was extracted from http://www.palomma.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 Palomma.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Rethink Sans",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#161236",
    "secondary": "#0000EE",
    "accent": "#4012AB",
    "background": "#F7F9FC",
    "textPrimary": "#4012AB",
    "link": "#4012AB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Rethink Sans",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Rethink Sans",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "44px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": "#9F9DB0",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4012AB",
      "textColor": "#0000EE",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7F9FC",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6580aa8c73b71ab30600ffd6/6581a55b0efd9509e9cc68f0_Brand-palomma.svg",
    "favicon": "https://cdn.prod.website-files.com/6580aa8c73b71ab30600ffd6/65afd3126ebae4ae3cbd19a4_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/6580aa8c73b71ab30600ffd6/658d9b8aeb3f5724a55f049c_Opengraph-image.webp",
    "logoHref": "/es"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 5,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Palomma'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Agendar un DemoAgendar un Demo",
      "reasoning": "Button #0 has a vibrant brand color (#4012AB) and action-oriented text ('Agendar un Demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Llamar al (+57) 6045012154Llamar al (+57) 6045012154Agendar un DemoAgendar un Demo",
      "reasoning": "Button #2 has a different background color (#F7F9FC) and serves as a secondary action with contact information, suitable for a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "real estate professionals"
  },
  "designSystem": {
    "framework": "custom",
    "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 visible, located in the header, and matches the brand name 'Palomma'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles