Home · Branding · Rocketrip

Rocketrip Brand Identity

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

Download JSON
Primary
#FF563C
Accent
#FF563C
Body Font
Poppins
Heading
Inter

Color Palette

Brand palette extracted from http://rocketrip.com.

primary
#FF563C
rgb(255, 86, 60)
secondary
#0000EE
rgb(0, 0, 238)
accent
#FF563C
rgb(255, 86, 60)
background
#111111
rgb(17, 17, 17)
textPrimary
#4F001E
rgb(79, 0, 30)
link
#4F001E
rgb(79, 0, 30)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Inter
Poppins, 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

Rocketrip logo
Logo
Rocketrip favicon
Favicon

UI Components

Live previews rendered using Rocketrip's actual button styles.

buttonPrimary
background #FF563C textColor #0000EE borderRadius 37px shadow none
buttonSecondary
background #4F001E textColor #0000EE borderRadius 37px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy travelers

Rocketrip Brand in the Wild

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

Frequently Asked Questions

What is Rocketrip's primary brand color?

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

What font does Rocketrip use?

Rocketrip uses Poppins for body text and Inter for headings. Fonts were detected on http://rocketrip.com as part of their live design system.

Does Rocketrip use a light or dark theme?

Rocketrip's primary site uses a dark color scheme, with a background of #111111.

Where can I find Rocketrip's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF563C",
    "secondary": "#0000EE",
    "accent": "#FF563C",
    "background": "#111111",
    "textPrimary": "#4F001E",
    "link": "#4F001E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF563C",
      "textColor": "#0000EE",
      "borderRadius": "37px",
      "borderRadiusCorners": {
        "topLeft": "37px",
        "topRight": "37px",
        "bottomRight": "37px",
        "bottomLeft": "37px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#4F001E",
      "textColor": "#0000EE",
      "borderRadius": "37px",
      "borderRadiusCorners": {
        "topLeft": "37px",
        "topRight": "37px",
        "bottomRight": "37px",
        "bottomLeft": "37px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/BJ4dB6nWBH3Ljl3DtHEWgqP0.png?scale-down-to=1024&width=1259&height=750",
    "favicon": "https://framerusercontent.com/images/NE6Q0CQhW5EJtXwx07HawFtdfHo.jpg",
    "ogImage": null,
    "logoHref": "./#hero",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Tabhi.ai'. It is the most prominent logo on the page.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Contact us at hello@tabhi.ai",
      "reasoning": "Button #0 uses a vibrant and attention-grabbing color (#FF563C) which aligns with the primary brand color, making it the main call-to-action. The text 'Contact us at hello@tabhi.ai' suggests a direct action."
    },
    "secondary": {
      "index": 1,
      "text": "Apply",
      "reasoning": "Button #1 has a different background color (#4F001E) and serves a secondary action with the text 'Apply', which is less prominent than the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy travelers"
  },
  "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 'Tabhi.ai'. It is the most prominent logo on the page.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles