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/.
- primary: #E6FF52 (rgb(230, 255, 82))
- secondary: #F3FFA9 (rgb(243, 255, 169))
- accent: #111111 (rgb(17, 17, 17))
- background: #F5F5F0 (rgb(245, 245, 240))
- textPrimary: #1C1F0A (rgb(28, 31, 10))
- link: #1C1F0A (rgb(28, 31, 10))
Typography
Each font links to its Google Fonts page where available.
- primary: Pangea Google Fonts →
- heading: MaisonNeue Google Fonts →
Visual Assets
%20!important%3B%22%2F%3E%3C%2Fsvg%3E)
UI Components
Live previews rendered using Pliant's actual button styles.
Button Primary
- background: #111111
- textColor: #FFFFFF
- borderRadius: 8px
- shadow: none
Button Secondary
- background: transparent
- textColor: #1C1F0A
- borderColor: #C4DA46
- borderRadius: 8px
- shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: business professionals
Frequently Asked Questions
- What is Pliant's primary brand color?
- Pliant's primary brand color is #E6FF52.
- What accent color does Pliant use?
- Pliant uses #111111 as an accent color.
- What font does Pliant use?
- Pliant uses Pangea for body text and MaisonNeue for headings.
- Does Pliant use a light or dark theme?
- Pliant's primary site uses a light color scheme.
- Where can I find Pliant's logo?
- Pliant's logo is available directly on their site (https://www.getpliant.com/en/).
- 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"
}
}
}