Home · Branding · Vacation

Vacation Brand Identity

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

Download JSON
Primary
#EBE6DC
Accent
#F1D27A
Body Font
Helvetica Neue LT Std
Heading
ITCGaramondStd-LtCond

Color Palette

Brand palette extracted from https://www.vacation.inc/.

primary
#EBE6DC
rgb(235, 230, 220)
secondary
#778899
rgb(119, 136, 153)
accent
#F1D27A
rgb(241, 210, 122)
background
#EBE6DC
rgb(235, 230, 220)
textPrimary
#333333
rgb(51, 51, 51)
link
#F1D27A
rgb(241, 210, 122)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue LT Std
Helvetica Neue LT Std Google Fonts →
heading
ITCGaramondStd-LtCond
ITCGaramondStd-LtCond Google Fonts →
Helvetica Neue LT Std, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, 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

Vacation logo
Logo
Vacation favicon
Favicon
Vacation social image
Social Card

UI Components

Live previews rendered using Vacation's actual button styles.

input
background transparent textColor #333333 borderColor null borderRadius 0px shadow none
buttonPrimary
background #F1D27A textColor #333333 borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.75) 0px 1.5px 1.5px 0px
buttonSecondary
background #333333 textColor #FFFFFF borderRadius 9999px shadow rgba(0, 0, 0, 0.75) 0px 1.5px 1.5px 0px

Brand Personality

Tone: playful Energy: high Audience: young adults interested in lifestyle and leisure products

Vacation Brand in the Wild

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

Frequently Asked Questions

What is Vacation's primary brand color?

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

What accent color does Vacation use?

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

What font does Vacation use?

Vacation uses Helvetica Neue LT Std for body text and ITCGaramondStd-LtCond for headings. Fonts were detected on https://www.vacation.inc/ as part of their live design system.

Does Vacation use a light or dark theme?

Vacation's primary site uses a light color scheme, with a background of #EBE6DC.

Where can I find Vacation's logo?

Vacation's logo is available directly on their site (https://www.vacation.inc/). 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 https://www.vacation.inc/ 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 Vacation.

Methodology

Brand data on this page was extracted from https://www.vacation.inc/ 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 Vacation.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue LT Std",
      "role": "body"
    },
    {
      "family": "ITCGaramondStd-LtCond",
      "role": "heading"
    },
    {
      "family": "OptimaLTP",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#EBE6DC",
    "secondary": "#778899",
    "accent": "#F1D27A",
    "background": "#EBE6DC",
    "textPrimary": "#333333",
    "link": "#F1D27A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue LT Std",
      "heading": "ITCGaramondStd-LtCond"
    },
    "fontStacks": {
      "heading": [
        "Helvetica Neue LT Std",
        "-apple-system",
        "BlinkMacSystemFont",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Helvetica Neue LT Std",
        "-apple-system",
        "BlinkMacSystemFont",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "ITCGaramondStd-LtCond",
        "serif",
        "serif Fallback"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "22px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F1D27A",
      "textColor": "#333333",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.75) 0px 1.5px 1.5px 0px"
    },
    "buttonSecondary": {
      "background": "#333333",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0.75) 0px 1.5px 1.5px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22!w-%5B100px%5D%201000%3A!w-%5B156px%5D%20aspect-auto%20fill-current%20-mt-2.5%201000%3Amt-0%22%20viewBox%3D%220%200%20236%2067%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M40.7001%2011.6057L25.3541%2066.8596H23.6494L7.26118%208.96333C5.74269%203.67503%204.60741%202.35028%200.818359%202.25744V0.839844H20.616V2.25744H18.4385C15.6916%202.25744%2014.4597%203.29653%2014.2698%205.37471C14.1731%206.88514%2014.6495%209.53108%2015.312%2011.9878L27.1519%2054.4905L37.7634%2015.0086C38.6157%2011.9878%2039.2783%208.87049%2039.2783%206.31739C39.2783%203.29653%2037.3838%202.25744%2034.8267%202.25744H33.3118V0.839844H47.5225V2.25744C43.6403%202.63594%2042.7844%204.14637%2040.7037%2011.6093L40.7001%2011.6057ZM67.6389%2057.3221H68.5879C68.5879%2063.7459%2066.0308%2066.1062%2063.0941%2066.1062C60.3473%2066.1062%2057.4106%2064.8779%2057.2208%2058.3612H57.0309C55.4193%2063.271%2052.6725%2066.1991%2047.7481%2066.1991C43.1998%2066.1991%2039.5075%2063.271%2039.5075%2057.0365C39.5075%2049.0094%2043.866%2044.2853%2057.2208%2040.8859V37.7687C57.2208%2028.6061%2055.2331%2026.153%2051.0644%2026.153C47.2754%2026.153%2044.4318%2028.6097%2044.3387%2029.9308C44.3387%2030.4022%2044.7183%2030.4986%2045.2878%2030.6878C46.8994%2031.0663%2048.3176%2032.2947%2048.3176%2034.7478C48.3176%2037.2009%2046.6129%2038.7149%2044.6216%2038.7149C42.6304%2038.7149%2041.0224%2037.1081%2041.0224%2034.18C41.0224%2029.3631%2044.9081%2024.7354%2052.4862%2024.7354C58.1698%2024.7354%2063.5705%2027.2849%2063.5705%2038.4292V57.9792C63.5705%2061.9463%2064.233%2063.1746%2065.465%2063.1746C66.9799%2063.1746%2067.4526%2060.8144%2067.6424%2057.3186L67.6389%2057.3221ZM57.2172%2042.2107C47.5547%2044.6674%2046.4159%2050.1449%2046.4159%2055.5296C46.4159%2060.4394%2047.6479%2063.0854%2050.7744%2063.0854C53.5212%2062.9925%2057.2172%2059.4003%2057.2172%2049.4843V42.2107ZM82.6052%2064.2173C76.3522%2064.2173%2074.3646%2057.415%2074.3646%2045.4208C74.3646%2033.4266%2075.9762%2025.9637%2082.4154%2025.9637C86.4874%2025.9637%2088.7615%2028.6097%2089.2379%2030.7807C89.4277%2031.5377%2088.6684%2031.4413%2087.9128%2031.7234C86.2081%2032.1947%2084.7863%2033.7087%2084.7863%2036.2582C84.7863%2039.0934%2086.491%2040.3182%2088.2924%2040.3182C90.0938%2040.3182%2091.8916%2038.7113%2091.8916%2035.1227C91.8916%2029.6452%2088.4822%2024.5426%2082.1361%2024.5426C73.7987%2024.5426%2067.1697%2033.2338%2067.1697%2045.8886C67.1697%2058.5433%2073.2329%2066.7632%2080.9041%2066.7632C86.4946%2066.7632%2089.9971%2062.514%2092.0814%2056.7508L91.0393%2056.1831C89.1448%2060.8108%2086.491%2064.2101%2082.6088%2064.2101L82.6052%2064.2173ZM121.348%2057.3221H122.297C122.297%2063.7459%20119.74%2066.1062%20116.803%2066.1062C114.056%2066.1062%20111.12%2064.8779%20110.93%2058.3612H110.74C109.129%2063.271%20106.382%2066.1991%20101.457%2066.1991C96.9091%2066.1991%2093.2167%2063.271%2093.2167%2057.0365C93.2167%2049.0094%2097.5752%2044.2853%20110.93%2040.8859V37.7687C110.93%2028.6061%20108.942%2026.153%20104.774%2026.153C100.985%2026.153%2098.1411%2028.6097%2098.0479%2029.9308C98.0479%2030.4022%2098.4276%2030.4986%2098.997%2030.6878C100.609%2031.0663%20102.027%2032.2947%20102.027%2034.7478C102.027%2037.2009%20100.322%2038.7149%2098.3309%2038.7149C96.3396%2038.7149%2094.7316%2037.1081%2094.7316%2034.18C94.7316%2029.3631%2098.6138%2024.7354%20106.195%2024.7354C111.879%2024.7354%20117.28%2027.2849%20117.28%2038.4292V57.9792C117.28%2061.9463%20117.942%2063.1746%20119.174%2063.1746C120.689%2063.1746%20121.162%2060.8144%20121.352%2057.3186L121.348%2057.3221ZM110.926%2042.2107C101.264%2044.6674%20100.125%2050.1449%20100.125%2055.5296C100.125%2060.4394%20101.357%2063.0854%20104.484%2063.0854C107.23%2062.9925%20110.926%2059.4003%20110.926%2049.4843V42.2107ZM145.16%2014.2516C147.624%2014.2516%20149.709%2012.1734%20149.709%209.62392C149.709%207.07439%20147.624%204.99621%20145.16%204.99621C142.507%204.99621%20140.519%207.07439%20140.519%209.62392C140.519%2012.1734%20142.603%2014.2516%20145.16%2014.2516ZM149.139%2059.0218V25.2067L139.04%2025.9066C138.51%2025.9423%20137.98%2025.9601%20137.45%2025.9601H129.682V8.86691H128.357C127.694%2021.0504%20123.432%2025.1139%20118.411%2026.2458V27.3777H123.243V54.5798C123.243%2062.7961%20126.369%2066.6704%20131.673%2066.6704C136.977%2066.6704%20139.821%2061.6642%20139.821%2051.3697H138.495C138.402%2059.6824%20136.411%2063.8388%20133.381%2063.8388C130.634%2063.8388%20129.685%2061.1929%20129.685%2054.9619V27.3813L138.879%2027.4027C142.098%2027.4027%20142.793%2028.0419%20142.793%2032.4839V59.0254C142.793%2063.1818%20142.131%2064.2209%20139.004%2064.2209H138.245V65.4492H153.688V64.2209H152.928C149.709%2064.2209%20149.139%2063.1818%20149.139%2059.0254V59.0218ZM179.33%2045.4208C179.33%2057.7935%20172.604%2066.7668%20165.309%2066.7668C158.014%2066.7668%20151.288%2057.8899%20151.288%2045.6101C151.288%2033.3302%20158.204%2024.5461%20165.309%2024.5461C172.414%2024.5461%20179.33%2032.8589%20179.33%2045.4208ZM172.131%2045.7029C172.131%2033.9908%20170.71%2025.7745%20165.313%2025.7745C159.915%2025.7745%20158.49%2033.8015%20158.49%2045.5136C158.49%2057.2257%20159.722%2065.4421%20165.406%2065.4421C171.089%2065.4421%20172.131%2057.1293%20172.131%2045.7029ZM206.756%2058.9254V37.9579C206.756%2028.6061%20203.156%2025.1139%20197.376%2025.1139C192.638%2025.1139%20189.136%2029.081%20187.714%2035.3155H187.621L188%2025.2103L177.296%2025.9673V27.0992H177.768C180.895%2027.0992%20181.651%2028.2312%20181.651%2032.4839V58.929C181.651%2063.1782%20180.891%2064.2173%20177.768%2064.2173H177.296V65.4456H192.072V64.2173H191.503C188.566%2064.2173%20187.997%2063.1782%20187.997%2058.929V42.9677C187.997%2035.0335%20190.554%2028.1383%20195.575%2028.1383C198.418%2028.1383%20200.313%2029.6487%20200.313%2035.5048V58.929C200.313%2063.1782%20199.554%2064.2173%20196.714%2064.2173H196.144V65.4456H210.638V64.2173H210.258C207.511%2064.2173%20206.752%2063.271%20206.752%2058.929L206.756%2058.9254ZM221.475%200.907688C213.542%200.907688%20207.379%208.35273%20207.379%2017.9402C207.379%2027.5277%20213.539%2034.9728%20221.475%2034.9728C229.411%2034.9728%20235.571%2027.5277%20235.571%2017.9402C235.571%208.35273%20229.314%200.907688%20221.475%200.907688ZM221.475%2033.573C214.101%2033.573%20208.969%2026.7779%20208.969%2017.9366C208.969%209.09544%20214.105%202.30029%20221.475%202.30029C228.845%202.30029%20233.888%209.09544%20233.888%2017.9366C233.888%2026.7779%20228.752%2033.573%20221.475%2033.573ZM229.97%2022.218H229.221C229.314%2024.4533%20228.663%2025.2888%20228.1%2025.2888C227.445%2025.2888%20227.166%2025.0103%20226.235%2022.1252C225.676%2020.2648%20224.462%2018.1223%20222.875%2017.6581C225.676%2017.3796%20227.821%2015.4228%20227.821%2012.7269C227.821%209.19185%20225.393%207.70285%20221.475%207.70285H214.287V8.63482H215.036C216.064%208.63482%20216.436%208.91333%20216.436%209.93814V25.1067C216.436%2026.1315%20216.064%2026.3172%20215.036%2026.3172H214.287V27.2492H221.754V26.3172H220.916C219.888%2026.3172%20219.609%2026.1315%20219.609%2025.1067V18.1259H220.823C222.317%2018.1259%20222.782%2019.6149%20223.158%2022.3144C223.717%2026.4101%20225.397%2027.5277%20227.266%2027.5277C228.946%2027.5277%20230.16%2025.853%20229.973%2022.2216L229.97%2022.218ZM220.916%2017.1939H219.609V9.93814C219.609%208.91333%20219.982%208.63482%20220.916%208.63482H221.572C223.438%208.63482%20224.279%2010.2167%20224.279%2012.8233C224.279%2015.8013%20223.251%2017.1975%20220.92%2017.1975L220.916%2017.1939Z%22%20style%3D%22fill%3A%20rgb(235%2C%20230%2C%20220)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.vacation.inc/favicon.ico?favicon.c669724d.ico",
    "ogImage": "https://cdn.sanity.io/images/kie4hq77/development/29cb13fb4f1a909cd537775ac3f7b2bb4c92cc21-1201x630.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Shop The Collection",
      "reasoning": "Button #2 'Shop The Collection' is likely the main call-to-action due to its vibrant brand color (#F1D27A) and action-oriented text, which aligns with the site's purpose of promoting products."
    },
    "secondary": {
      "index": 4,
      "text": "Accept",
      "reasoning": "Button #4 'Accept' is chosen as secondary because it has a different background color (#333333) and serves a supportive role in user interaction."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "young adults interested in lifestyle and leisure products"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles