Home · Branding · MovingLake

MovingLake Brand Identity

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

Download JSON
Primary
#03AF6D
Accent
#048D58
Body Font
Arial
Heading
Montserrat

Color Palette

Brand palette extracted from https://movinglake.com.

primary
#03AF6D
rgb(3, 175, 109)
secondary
#8B6E6E
rgb(139, 110, 110)
accent
#048D58
rgb(4, 141, 88)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#02305C
rgb(2, 48, 92)
link
#02305C
rgb(2, 48, 92)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Montserrat
Montserrat, 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

MovingLake logo
Logo
MovingLake favicon
Favicon
MovingLake social image
Social Card

UI Components

Live previews rendered using MovingLake's actual button styles.

buttonPrimary
background #048D58 textColor #FFFFFF borderRadius 20px shadow none
buttonSecondary
background #03AF6D textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

MovingLake Brand in the Wild

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

Frequently Asked Questions

What is MovingLake's primary brand color?

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

What accent color does MovingLake use?

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

What font does MovingLake use?

MovingLake uses Arial for body text and Montserrat for headings. Fonts were detected on https://movinglake.com as part of their live design system.

Does MovingLake use a light or dark theme?

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

Where can I find MovingLake's logo?

MovingLake's logo is available directly on their site (https://movinglake.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 https://movinglake.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 MovingLake.

Methodology

Brand data on this page was extracted from https://movinglake.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 MovingLake.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Trebuchet MS",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#03AF6D",
    "secondary": "#8B6E6E",
    "accent": "#048D58",
    "background": "#FFFFFF",
    "textPrimary": "#02305C",
    "link": "#02305C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Montserrat",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "38px",
      "h2": "42px",
      "body": "26px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#048D58",
      "textColor": "#FFFFFF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#03AF6D",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/62b38a8189679484db3ca58f/62f15824739a9cf1625f03bc_movinglakelogo-h.jpg",
    "favicon": "https://cdn.prod.website-files.com/62b38a8189679484db3ca58f/62d04ec38023813e3066c11a_logo_32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/62b38a8189679484db3ca58f/6318be05001fa47219441a41_moving-lake-diagram.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 10,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #10 because it is visible, located in the header, links to the homepage, and matches the brand name 'MovingLake'.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 with text 'Get Started' uses a vibrant green color (#048D58) and is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "View Destinations",
      "reasoning": "Button #2 with text 'View Destinations' uses a different green shade (#03AF6D), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "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": 10,
        "selectedLogoReasoning": "Selected #10 because it is visible, located in the header, links to the homepage, and matches the brand name 'MovingLake'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles