Home · Branding · Cratejoy

Cratejoy Brand Identity

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

Download JSON
Primary
#38BFC3
Accent
#38BFC3
Body Font
Mulish
Heading
Lora

Color Palette

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

primary
#38BFC3
rgb(56, 191, 195)
secondary
#268285
rgb(38, 130, 133)
accent
#38BFC3
rgb(56, 191, 195)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#333333
rgb(51, 51, 51)
link
#EF4734
rgb(239, 71, 52)

Typography

Each font links to its Google Fonts page where available.

primary
Mulish
heading
Lora
Lora, 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

Cratejoy logo
Logo
Cratejoy favicon
Favicon
Cratejoy social image
Social Card

UI Components

Live previews rendered using Cratejoy's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #E0E0E0 borderRadius 4px shadow none
buttonPrimary
background #38BFC3 textColor #F8FBFB borderRadius 4px shadow none
buttonSecondary
background #FFFFFF textColor #333333 borderColor #38BFC3 borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: consumers interested in subscription boxes

Cratejoy Brand in the Wild

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

Frequently Asked Questions

What is Cratejoy's primary brand color?

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

What font does Cratejoy use?

Cratejoy uses Mulish for body text and Lora for headings. Fonts were detected on http://cratejoy.com as part of their live design system.

Does Cratejoy use a light or dark theme?

Cratejoy's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Cratejoy's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lora",
      "role": "heading"
    },
    {
      "family": "Mulish",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#38BFC3",
    "secondary": "#268285",
    "accent": "#38BFC3",
    "background": "#FFFFFF",
    "textPrimary": "#333333",
    "link": "#EF4734"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Mulish",
      "heading": "Lora"
    },
    "fontStacks": {
      "heading": [
        "Lora",
        "serif"
      ],
      "body": [
        "Mulish",
        "-apple-system",
        "system-ui",
        "Segoe UI",
        "Roboto",
        "Ubuntu",
        "Cantarell",
        "Noto Sans",
        "sans-serif",
        "BlinkMacSystemFont",
        "Open Sans"
      ],
      "paragraph": [
        "Mulish",
        "-apple-system",
        "system-ui",
        "Segoe UI",
        "Roboto",
        "Ubuntu",
        "Cantarell",
        "Noto Sans",
        "sans-serif",
        "BlinkMacSystemFont",
        "Open Sans"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "22px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#E0E0E0",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#38BFC3",
      "textColor": "#F8FBFB",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#38BFC3",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2287.89%22%20height%3D%2234%22%20viewBox%3D%220%200%201034.157%20400%22%20aria-label%3D%22Cratejoy%22%20fill%3D%22%2338bfc3%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M1024.245%2042.914c-6.714-1.363-13.216%202.978-14.568%209.67-.016.074-.026.142-.042.216-1.763%208.733-3.482%2017.536-5.16%2026.316-7.83%2037.95-21.104%2084.042-57.174%2087.157-9.254.794-12.773-2.152-14.82-4.81-12.337-16.02-2.046-67.378%209.196-98.73%202.305-6.424-1.03-13.5-7.455-15.81-5.565-2-11.637.247-14.656%205.077l-3.488%203.015C901.43%2067.68%20882.22%2084.288%20862.528%2095.88c-2.452-4.962-5.42-9.524-8.887-13.533-13.283-15.362-32.896-22.08-53.805-18.44-15.315%202.662-27.458%2014.268-29.525%2028.215-.9%206.07-.242%2011.012%201.352%2015.137-2.025%201.46-3.86%203.066-5.566%204.766-1.168.42-2.283%201.026-3.32%201.825-13.43%2010.355-24.19%2016.39-33.03%2012.15-6.55-3.142-7.596-8.777-7.79-26.512-.017-1.625-.032-3.267-.068-4.91-.132-6.738-5.64-12.115-12.354-12.115-.084%200-.163%200-.247.005-.09%200-.174.01-.264.016-5.592.084-10.622%203.977-11.88%209.686-4.472%2020.282-9.296%2040.885-13.963%2060.803-.474%202.02-.947%204.072-1.426%206.098-.31.7-.568%201.438-.752%202.21-2.71%2011.397-14.873%2029.9-26.563%2040.407-16.195%2014.552-38.203%2022.023-56.396%2019.77%2011.78-10.858%2022.086-23.18%2029.34-35.654%204.71-8.086%2019.362-36.217%2010.245-58.646-5.315-13.068-15.874-21.67-29.742-24.233-16.89-3.115-36.528%203.693-48.903%2016.94-16.79%2017.99-25.564%2047.72-20.855%2070.695%202.683%2013.095%207.865%2024.29%2015.2%2033.16-4.257%202.347-8.503%204.356-12.65%205.935-6.065%202.305-21.333%206.556-32.12-3.903-12.147-11.796-8.385-36.23-6.928-43.516l.016-.062c7.576-37.65%2017.436-75.44%2027.748-112.642%2044.79-6.355%2072.74-8.823%2073.314-8.87%206.803-.585%2011.843-6.572%2011.26-13.375s-6.546-11.833-13.374-11.26c-.542.05-24.638%202.174-63.934%207.54%201.657-5.865%203.314-11.716%204.967-17.535l2.92-10.296c1.86-6.566-1.953-13.4-8.524-15.263-6.577-1.862-13.4%201.952-15.263%208.523l-2.92%2010.286c-2.642%209.312-5.293%2018.698-7.94%2028.116-48.244%207.224-111.72%2018.398-180.378%2034.95-6.635%201.6-10.717%208.276-9.118%2014.91%201.363%205.667%206.424%209.47%2012.006%209.47.958%200%201.93-.115%202.904-.347%2062.834-15.145%20121.24-25.73%20167.342-32.876-9.318%2034.05-18.136%2068.6-25.128%20103.235-2.02%206.554-3.625%2013.188-5.166%2019.602-3.067%2012.785-5.967%2024.864-11.812%2035.292-4.025%207.187-13.616%2016.09-22.092%2017.962-3.95.873-6.082-.2-7.497-1.22-3-2.17-4.235-8.566-3.488-17.983.81-10.112%202.51-20.225%204.74-30.283%205.53-15.758%209.623-31.846%2013.06-47.15%201.456-6.482-2.474-12.96-8.898-14.658-6.425-1.705-13.043%201.983-14.985%208.333-1.49%204.867-2.983%209.765-4.45%2014.694-7.667-12.517-19.652-21.36-32.81-23.808-24.57-4.572-46.066%2012.42-58%2029.846-7.31%2010.68-12.688%2022.628-15.96%2035.128-.633%201.095-1.11%202.284-1.396%203.578-1.363%206.22-2.326%2012.28-3.258%2018.14-3.225%2020.267-5.77%2036.26-22.292%2047.962-5.382%203.81-13.752%205.64-18.43%202.083-2.883-2.19-4.846-6.83-5.13-12.123-.857-16.057%207.072-31.63%2016.73-48.876%203.126-5.565%201.49-12.604-3.77-16.225-1.396-.957-4.173-2.567-10.318-6.108-8.612-4.966-30.7-17.703-36.507-22.533-1.778-3.146-4.91-5.487-8.755-6.12-6.734-1.114-13.095%203.442-14.205%2010.182-4.898%2029.64-10.433%2058.42-24.196%2084.673-10.828%2020.664-31.31%2036.806-54.785%2043.192-20.935%205.672-41.806%202.99-58.772-7.586-19.572-12.206-34.02-34.42-38.65-59.41-4.287-23.148-.557-49.344%2010.502-73.782%208.917-19.713%2028.44-54.72%2058.967-67.722%2016.657-7.092%2035.392-6.76%2048.897.868%2012.216%206.908%2020.19%2022.218%2018.95%2036.407-.637%207.318-4.083%2016.994-16.883%2021.53-6.435%202.277-9.807%209.343-7.524%2015.777%202.278%206.434%209.34%209.8%2015.778%207.523%2019.368-6.86%2031.495-22.418%2033.263-42.684%202.067-23.75-10.854-48.45-31.425-60.077-20.355-11.5-46.803-12.285-70.747-2.09-38.237%2016.284-61.397%2057.285-71.798%2080.27-13.122%2029-17.484%2060.42-12.286%2088.483%205.872%2031.692%2024.512%2060.06%2049.87%2075.876%2015.143%209.438%2032.452%2014.258%2050.45%2014.258%209.18%200%2018.546-1.252%2027.89-3.788%2029.994-8.145%2056.237-28.915%2070.2-55.568%2012.153-23.18%2018.45-47.225%2023.133-71.847%208.228%205.157%2017.972%2010.786%2025.37%2015.06-8.545%2016.382-15.064%2033.028-14.064%2051.643.68%2012.722%206.098%2023.833%2014.863%2030.494%2012.905%209.796%2032.507%209.133%2047.67-1.6%209.16-6.503%2015.49-13.932%2020.008-21.803%203.925%205.367%208.812%209.618%2014.558%2012.5%205.624%202.842%2011.97%204.263%2018.53%204.263%205.82%200%2011.812-1.115%2017.625-3.367%209.013-3.483%2017.578-9.523%2026.186-18.467%203.862-4.02%207.445-8.26%2010.765-12.69%202.284%206.608%206.046%2011.817%2011.28%2015.604%207.86%205.693%2017.31%207.545%2027.312%205.335%2016.867-3.714%2031.698-18.16%2038.338-30.01%201.3-2.325%202.436-4.672%203.515-7.04%201.71%202.463%203.6%204.746%205.713%206.81%209.333%209.05%2021.608%2013.72%2034.97%2013.72%207.487%200%2015.316-1.473%2023.155-4.45%208.17-3.114%2016.536-7.48%2024.712-12.764%202.44%201.157%204.982%202.188%207.623%203.052%2026.506%208.733%2060.235.747%2085.41-19.813-2.052%2010.133-3.82%2020.508-5.514%2030.61-1.01%206.007-2.03%2012.068-3.12%2018.118-30.93%204.04-62.492%208.797-90.397%2022.097-15.547%207.397-27.27%2018.793-32.993%2032.072-5.598%2012.995-5.556%2027.422.116%2040.616%205.508%2012.816%2015.615%2022.918%2028.463%2028.453%207.48%203.21%2015.73%204.798%2024.175%204.798%2012.6%200%2025.617-3.534%2037.086-10.395%2015.74-9.428%2028.942-24.812%2038.175-44.51%207.586-16.173%2012.474-33.42%2016.225-50.907%202.857-.38%205.688-.77%208.492-1.168%2043.12-6.114%2085.83-9.65%20125.562-12.554%206.808-.505%2011.92-6.418%2011.427-13.237-.5-6.798-6.42-11.912-13.232-11.428-40.163%202.946-83.38%206.523-127.23%2012.742-.058.01-.116.01-.174.032.61-3.557%201.21-7.113%201.806-10.64%202.094-12.446%204.067-24.21%206.593-35.722%204.65-21.224%209.695-42.764%2014.572-63.603%201.204-5.144%202.42-10.337%203.64-15.556%202.306%201.952%205%203.714%208.166%205.235%205.683%202.72%2011.3%203.84%2016.72%203.84%205.046%200%209.902-.99%2014.49-2.526-1.158%2014.995%202.077%2029.573%207.286%2038.123%2010.044%2016.493%2028.72%2026.71%2047.882%2026.71%202.104%200%204.214-.115%206.324-.367%2023.644-2.84%2042.836-19.004%2052.653-44.362%206.225-16.09%207.93-33.698%205.482-49.823%2013.21-7.187%2025.854-16.205%2037.213-25.16-5.846%2027.76-8.955%2062.667%205.78%2081.812%205.768%207.497%2016.784%2016.078%2036.545%2014.368%2014.705-1.273%2026.653-6.677%2036.434-14.758-2.057%209.934-4.203%2019.835-6.466%2029.652-1.293%205.618-2.56%2012.184-3.902%2019.128-6.16%2031.946-15.474%2080.223-39.99%2090.408-9.48%203.936-20.103%203.367-29.152-1.558-8.75-4.756-14.784-13.016-16.552-22.665-1.488-8.102.216-16.1%204.678-21.928%204.22-5.514%2010.48-8.776%2018.108-9.407%206.803-.58%2011.858-6.556%2011.285-13.363-.573-6.798-6.565-11.85-13.353-11.28-14.562%201.23-27.232%207.986-35.682%2019.035-8.686%2011.364-12.096%2026.464-9.354%2041.405%203.126%2017.035%2013.716%2031.588%2029.058%2039.922%208.755%204.756%2018.36%207.155%2028%207.155%207.592%200%2015.21-1.483%2022.44-4.482%2036.8-15.278%2047.196-69.195%2054.788-108.56%201.3-6.724%202.525-13.068%203.72-18.267%207.408-32.12%2013.532-64.933%2019.456-96.668%201.9-10.207%203.84-20.598%205.83-31.01%201.125-5.45%202.125-10.674%203.057-15.535.72-3.75%201.404-7.324%202.078-10.654%201.35-6.686-2.98-13.21-9.668-14.562zm-623.017%20168.04c-6.387%2013.87-14.368%2026.73-24.622%2037.388-6.05%206.292-11.7%2010.396-17.278%2012.553-5.777%202.23-11.806%202.272-16.12.084-8.292-4.168-11.622-16.7-11.975-27.043-.636-18.572%204.798-37.26%2015.305-52.602%206.53-9.543%2017.84-19.834%2029.536-19.834%201.178%200%202.357.106%203.535.322%207.623%201.42%2014.946%208.155%2018.655%2017.157%203.43%208.31%204.4%2018.77%202.963%2031.975zm172.634-1.23c-5.587-5.944-9.443-14.005-11.517-24.127-3.114-15.226%203.346-36.686%2014.71-48.86%205.656-6.055%2014.537-9.85%2022.387-9.85%201.357%200%202.688.11%203.956.348%205.514%201.016%209.218%204.035%2011.327%209.233%203.094%207.607-.49%2022.78-8.707%2036.896-7.476%2012.848-19.14%2025.775-32.156%2036.36zm66.964%20124.88c-4.977%2010.617-13.958%2025.097-28.494%2033.788-12.458%207.47-27.326%209.027-38.79%204.104-6.91-2.98-12.565-8.63-15.522-15.5-2.962-6.892-3.01-14.384-.126-21.076%203.352-7.776%2010.78-14.71%2020.92-19.55%2022.106-10.523%2048.265-15.174%2074.47-18.752-3.13%2012.943-7.055%2025.464-12.458%2036.986zM794.77%2095.752c.488-3.325%204.66-6.682%209.3-7.487%202.315-.405%204.583-.605%206.788-.605%209.538%200%2017.93%203.74%2024.08%2010.854%201.994%202.304%203.73%204.966%205.208%207.892-15.283%205.098-29.91%205.014-41.91-4.572-3.91-3.126-3.878-3.346-3.467-6.082zm46.58%2065.033c-3.76%209.728-12.994%2026.396-32.528%2028.73-11.644%201.4-24.055-4.624-30.157-14.65-2.547-4.178-4.73-14.127-3.75-24.324.61-6.35%202.987-17.887%2012.078-23.827.62-.41%201.19-.857%201.71-1.352%2018.004%2011.407%2037.828%2011.202%2057.362%204.94.547%2010.12-.973%2020.82-4.714%2030.485z%22%20style%3D%22fill%3A%20rgb(56%2C%20191%2C%20195)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M721.817%2046.697c.137%200%20.473-.005.615-.01%209.518-.31%2017.02-7.908%2016.726-16.94-.3-8.856-7.855-15.795-17.194-15.795-.142%200-.483.005-.62.01-9.518.322-17.015%207.914-16.72%2016.942.3%208.86%207.85%2015.793%2017.193%2015.793zM498.19%20301.647c-58.635%207.976-211.872%2031.03-368.086%2072.657-6.597%201.757-10.517%208.522-8.76%2015.13%201.473%205.525%206.472%209.177%2011.938%209.177%201.053%200%202.126-.136%203.188-.42%20107.443-28.63%20243.908-55.57%20365.052-72.047%206.766-.915%2011.506-7.145%2010.585-13.92-.92-6.756-7.176-11.49-13.916-10.576z%22%20style%3D%22fill%3A%20rgb(56%2C%20191%2C%20195)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.cratejoy.com/cdn/shop/files/cratejoy-icon.png?v=1674156786&width=180",
    "ogImage": "https://www.cratejoy.com/cdn/shop/files/cratejoy-og_3fd005e4-1327-499f-9073-d6181390874d.jpg?v=1675888371",
    "logoHref": "/",
    "logoAlt": "Cratejoy"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Cratejoy', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Discover Featured Products",
      "reasoning": "Button #4 has a vibrant blue background (#38BFC3), which is a brand color, and the text 'Discover Featured Products' is action-oriented, making it a strong primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Buy a Gift Card",
      "reasoning": "Button #2 has a white background with a teal border, making it distinct from the primary button's color. It serves as a secondary action with the text 'Buy a Gift Card'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "consumers interested in subscription boxes"
  },
  "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, matches the brand name 'Cratejoy', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles