Pliant Brand: Colors, Fonts, Logo & Visual Identity

Pliant Brand Identity

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

Color Palette

Brand palette extracted from https://www.getpliant.com/en/.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

%20!important%3B%22%2F%3E%3C%2Fsvg%3E)

UI Components

Live previews rendered using Pliant's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

  1. What is Pliant's primary brand color?
    • Pliant's primary brand color is #E6FF52.
  2. What accent color does Pliant use?
    • Pliant uses #111111 as an accent color.
  3. What font does Pliant use?
    • Pliant uses Pangea for body text and MaisonNeue for headings.
  4. Does Pliant use a light or dark theme?
    • Pliant's primary site uses a light color scheme.
  5. Where can I find Pliant's logo?
  6. How was this brand profile generated?
    • This profile was extracted using the Firecrawl branding extraction API.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Pangea",
      "role": "body"
    },
    {
      "family": "MaisonNeue",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#E6FF52",
    "secondary": "#F3FFA9",
    "accent": "#111111",
    "background": "#F5F5F0",
    "textPrimary": "#1C1F0A",
    "link": "#1C1F0A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Pangea",
      "heading": "MaisonNeue"
    }
  },
  "components": {
    "buttonPrimary": {
      "background": "#111111",
      "textColor": "#FFFFFF",
      "borderRadius": "8px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#1C1F0A",
      "borderColor": "#C4DA46",
      "borderRadius": "8px"
    }
  }
}