WeatherCheck Brand: Colors, Fonts, Logo & Visual Identity

WeatherCheck Brand Identity

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

Color Palette

Brand palette extracted from https://www.weathercheck.co/.

primary

#5472D2

rgb(84, 114, 210)

secondary

#8D6DC4

rgb(141, 109, 196)

accent

#8DC63F

rgb(141, 198, 63)

background

#FFFFFF

rgb(255, 255, 255)

textPrimary

#333333

rgb(51, 51, 51)

link

#FE6C61

rgb(254, 108, 97)

Typography

Each font links to its Google Fonts page where available.

primary

Open Sans

Open Sans Google Fonts →

heading

Montserrat

Montserrat Google Fonts →

Visual Assets

Logo

Favicon

UI Components

Live previews rendered using WeatherCheck's actual button styles.

Input

input

background#FFFFFFtextColor#494949borderColor#E5E5E5borderRadius2pxshadownone

Button Primary

buttonPrimary

background#8DC63FtextColor#FFFFFFborderColor#8DC63FborderRadius4pxshadownone

Button Secondary

buttonSecondary

background#1B75BCtextColor#FFFFFFborderColor#1B75BCborderRadius4pxshadownone

Brand Personality

Tone: professional Energy: medium Audience: property owners and managers

WeatherCheck Brand in the Wild

Image: tanyawlodarczyk.com

Source: tanyawlodarczyk.com

Image: pbs.twimg.com

Source: x.com

Image: tanyawlodarczyk.com

Source: tanyawlodarczyk.com

Image: tanyawlodarczyk.com

Source: tanyawlodarczyk.com

Frequently Asked Questions

What is WeatherCheck's primary brand color?

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

What accent color does WeatherCheck use?

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

What font does WeatherCheck use?

WeatherCheck uses Open Sans for body text and Montserrat for headings. Fonts were detected on https://www.weathercheck.co/ as part of their live design system.

Does WeatherCheck use a light or dark theme?

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

Where can I find WeatherCheck's logo?

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

Methodology

Brand data on this page was extracted from https://www.weathercheck.co/ on 2026-07-27 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 WeatherCheck.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "FranklinGothic",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#5472D2",
    "secondary": "#8D6DC4",
    "accent": "#8DC63F",
    "background": "#FFFFFF",
    "textPrimary": "#333333",
    "link": "#FE6C61"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Open Sans"
      ],
      "body": [
        "Open Sans"
      ],
      "paragraph": [
        "Open Sans"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "28px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#494949",
      "borderColor": "#E5E5E5",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#8DC63F",
      "textColor": "#FFFFFF",
      "borderColor": "#8DC63F",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1B75BC",
      "textColor": "#FFFFFF",
      "borderColor": "#1B75BC",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://weathercheck.co/wp-content/uploads/2017/12/WeatherCheckLogoSm.jpg",
    "favicon": "https://weathercheck.co/wp-content/uploads/2017/12/favicon-32x32.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "WeatherCheck"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'WeatherCheck'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Check my address",
      "reasoning": "Button #0 'Check my address' is the primary CTA due to its vibrant green color and action-oriented text, which aligns with the site's purpose of checking weather damage."
    },
    "secondary": {
      "index": 1,
      "text": "Send An Email",
      "reasoning": "Button #1 'Send An Email' is selected as secondary due to its different blue color, making it distinct from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "property owners and managers"
  },
  "designSystem": {
    "framework": "bootstrap",
    "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, links to the homepage, and matches the brand name 'WeatherCheck'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles

Zapier Scale AI Fivetran Stripe PagerDuty Brex