# Prophetic Brand Identity A complete profile of **Prophetic**'s visual system — colors, typography, components, and personality — extracted from https://www.prophetic.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/prophetic - Machine-readable JSON: https://characterquilt.com/branding/prophetic.json - Per-page llms.txt: https://characterquilt.com/branding/prophetic/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #155DFC | | Accent | #155DFC | | Body Font | Lexend | | Heading Font | Montserrat | ## Color Palette - primary: #155DFC - accent: #155DFC - background: #FFFFFF - textPrimary: #3F3F46 - link: #155DFC ## Typography - primary: Lexend — https://fonts.google.com/specimen/Lexend - heading: Montserrat — https://fonts.google.com/specimen/Montserrat ## Visual Assets - Favicon: https://www.prophetic.com/favicon.ico?favicon.0x3dzn~oxb6tn.ico?dpl=dpl_H1bLmMfhcmKjnzPt3bzoTVQHgJsf ## UI Components - buttonPrimary: background=#155DFC, textColor=#FFFFFF, borderRadius=24px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#D4D4D8, borderRadius=16px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in lucid dreaming technology ## Prophetic Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Kabod International Prophetic Report 2023 by neuegroup1 - Issuu** - Image: https://image.isu.pub/230130011417-b178d11344d87e69432fef5c39dec842/jpg/page_1_thumb_large.jpg - Source: https://issuu.com/neuegroup1/docs/kabod_prophetic_report - **Prophetic - AI-Powered Real Estate Development Software** - Image: https://cdn.prod.website-files.com/690ab01f8d3c39fe28ac37d8/69150380e9ad56fae7fb8d56_SiteAI.webp - Source: https://www.propheticsoftware.ai/ - **church prophetic service ad template** - Image: https://d1csarkz8obe9u.cloudfront.net/posterpreviews/church-prophetic-service-ad-template-design-e950660218b2658186009b2124e76fd5_screen.jpg?ts=1707514588 - Source: https://www.postermywall.com/index.php/art/template/e950660218b2658186009b2124e76fd5/church-prophetic-service-ad-template-design - **Prophetic Report - His Glory** - Image: https://cdn.subsplash.com/images/RT4DVC/_source/5ea6400e-c4f5-4e48-bd06-0642f2f4cc15/image.jpg - Source: https://subsplash.com/u/hisgloryme/media/l/k34ymkv - **Prophetic PSD, High Quality Free PSD Templates for Download | Freepik** - Image: https://img.freepik.com/free-psd/good-friday-social-landing-page_23-2148886301.jpg?semt=ais_hybrid&w=740&q=80 - Source: https://www.freepik.com/psd/prophetic ## 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": "Lexend", "role": "body" }, { "family": "Montserrat", "role": "heading" }, { "family": "Spectral SC", "role": "heading" } ], "colors": { "primary": "#155DFC", "accent": "#155DFC", "background": "#FFFFFF", "textPrimary": "#3F3F46", "link": "#155DFC" }, "typography": { "fontFamilies": { "primary": "Lexend", "heading": "Montserrat" }, "fontStacks": { "heading": [ "Montserrat", "sans-serif" ], "body": [ "Lexend", "sans-serif" ], "paragraph": [ "Montserrat", "sans-serif" ] }, "fontSizes": { "h1": "96px", "h2": "36px", "body": "30px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#155DFC", "textColor": "#FFFFFF", "borderRadius": "24px", "borderRadiusCorners": { "topLeft": "24px", "topRight": "24px", "bottomRight": "24px", "bottomLeft": "24px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#D4D4D8", "borderRadius": "16px", "borderRadiusCorners": { "topLeft": "16px", "topRight": "16px", "bottomRight": "16px", "bottomLeft": "16px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://www.prophetic.com/favicon.ico?favicon.0x3dzn~oxb6tn.ico?dpl=dpl_H1bLmMfhcmKjnzPt3bzoTVQHgJsf", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Purchase now", "reasoning": "Button #1 with text 'Purchase now' is the primary CTA due to its action-oriented text and vibrant blue background, which matches the brand color, making it the most prominent call-to-action." }, "secondary": { "index": 2, "text": "Prophetic Phase", "reasoning": "Button #2 with text 'Prophetic Phase' is selected as secondary because it has a different background color (white) and serves as an alternative option to the primary action." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy individuals interested in lucid dreaming technology" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```