# Flip Brand Identity A complete profile of **Flip**'s visual system — colors, typography, components, and personality — extracted from http://justflip.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/flip - Machine-readable JSON: https://characterquilt.com/branding/flip.json - Per-page llms.txt: https://characterquilt.com/branding/flip/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #E0AF4E | | Accent | #E0AF4E | | Body Font | Open Sans | | Heading Font | Dosis | ## Color Palette - primary: #E0AF4E - secondary: #28BE45 - accent: #E0AF4E - background: #F6F6F6 - textPrimary: #7D7D7D - link: #F45858 ## Typography - primary: Open Sans — https://fonts.google.com/specimen/Open+Sans - heading: Dosis — https://fonts.google.com/specimen/Dosis ## Visual Assets - Logo: https://www.justflip.com/img/logo.svg - Favicon: https://www.justflip.com/apple-touch-icon.png ## UI Components - buttonPrimary: background=#E0AF4E, textColor=#FFFFFF, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: sneaker enthusiasts ## Flip Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **SAMSUNG Galaxy Z Flip 5G Trailer TVC Commercial AD 20" | Galaxy Z Flip 5G** - Image: https://i.ytimg.com/vi/rK_x7vnB1Vg/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=rK_x7vnB1Vg - **Free Book Report Flipbook Template - Appletastic Learning** - Image: https://appletasticlearning.com/wp-content/uploads/2021/12/IMG_6634-copy-1024x1024.jpg - Source: https://appletasticlearning.com/free-lap-book-template-2/?srsltid=AfmBOooODexOBmC7zbwV4VSIEq-8UrY8CWY7zJ5n_zfVI9CZn-upM_N8 - **Flip Landing Page by Inioluwa on Dribbble** - Image: https://cdn.dribbble.com/userupload/3165350/file/original-6c3dfa279eca0eb6d243ae27bf03556f.jpg?resize=752x&vertical=center - Source: https://dribbble.com/shots/18860447-Flip-Landing-Page - **Samsung Galaxy Z Flip 4 Official Ad** - Image: https://i.ytimg.com/vi/RuhTsTc3-Mg/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=RuhTsTc3-Mg - **Information Report Flip Book- Editable - The Teacher Hero** - Image: https://i0.wp.com/theteacherhero.com/wp-content/uploads/2022/01/Information-report-flip-book-2.png?fit=1080%2C1080&ssl=1 - Source: https://theteacherhero.com/product/information-report-flip-book-editable/ - **Flip Landing page UI/UX design by Al Sajmun Saju on Dribbble** - Image: https://cdn.dribbble.com/userupload/32746904/file/original-3896f81d16141ccea78ad28ca220c377.jpg?resize=752x&vertical=center - Source: https://dribbble.com/shots/16164147-Flip-Landing-page-UI-UX-design ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Open Sans", "role": "body" }, { "family": "Dosis", "role": "heading" } ], "colors": { "primary": "#E0AF4E", "secondary": "#28BE45", "accent": "#E0AF4E", "background": "#F6F6F6", "textPrimary": "#7D7D7D", "link": "#F45858" }, "typography": { "fontFamilies": { "primary": "Open Sans", "heading": "Dosis" }, "fontStacks": { "heading": [ "Dosis", "Arial CE", "Arial", "sans-serif" ], "body": [ "Open Sans", "Arial CE", "Arial", "sans-serif" ], "paragraph": [ "Dosis", "Arial CE", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "74px", "h2": "108px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#E0AF4E", "textColor": "#FFFFFF", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://www.justflip.com/img/logo.svg", "favicon": "https://www.justflip.com/apple-touch-icon.png", "ogImage": null, "logoHref": "/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'FLIP'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get FLIP", "reasoning": "The button 'Get FLIP' uses the vibrant brand color #E0AF4E, making it the primary call-to-action. It is action-oriented and stands out as the main button on the page." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button is available with a different color." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "sneaker enthusiasts" }, "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, medium-sized, located in the header, and links to the homepage, matching the brand 'FLIP'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```