Parrot Software 🦜 Brand: Colors, Fonts, Logo & Visual Identity

Parrot Software 🦜 Brand Identity

A complete profile of Parrot Software 🦜's visual system — colors, typography, components, and personality — extracted from https://parrotsoftware.io/. Built for designers, agents, and AI tools.

Colors

Primary Color

Hex: #565873

Accent Color

Hex: #57D383

Typography

Body Font

Inter

Heading Font

Open Sauce One

Color Palette

Brand palette extracted from https://parrotsoftware.io/.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Button Primary

Background: #57D383
Text Color: #0F0F13
Border Radius: 12px
Shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px

Button Secondary

Background: #FFFFFF
Text Color: #0F0F13
Border Radius: 12px
Shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px

Brand Personality

Frequently Asked Questions

  1. What is Parrot Software 🦜's primary brand color?
    Parrot Software 🦜's primary brand color is #565873.

  2. What accent color does Parrot Software 🦜 use?
    Parrot Software 🦜 uses #57D383 as an accent color.

  3. What font does Parrot Software 🦜 use?
    Parrot Software 🦜 uses Inter for body text and Open Sauce One for headings.

  4. Does Parrot Software 🦜 use a light or dark theme?
    Parrot Software 🦜's primary site uses a light color scheme.

  5. Where can I find Parrot Software 🦜's logo?
    Parrot Software 🦜's logo is on their site (https://parrotsoftware.io/).

  6. How was this brand profile generated?
    This profile was extracted from https://parrotsoftware.io/ 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": "Inter",
      "role": "body"
    },
    {
      "family": "Open Sauce One",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#565873",
    "secondary": "#9A9CB6",
    "accent": "#57D383",
    "background": "#FFFFFF",
    "textPrimary": "#0F0F13",
    "link": "#9A9CB6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Open Sauce One"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#57D383",
      "textColor": "#0F0F13",
      "borderRadius": "12px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0F0F13",
      "borderRadius": "12px"
    }
  }
}