# AskMyClass Brand Identity A complete profile of **AskMyClass**'s visual system — colors, typography, components, and personality — extracted from https://mysoundtown.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/askmyclass - Machine-readable JSON: https://characterquilt.com/branding/askmyclass.json - Per-page llms.txt: https://characterquilt.com/branding/askmyclass/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FFC630 | | Accent | #FFC630 | | Body Font | Goldplay | | Heading Font | Bellota | ## Color Palette - primary: #FFC630 - secondary: #DDF5EC - accent: #FFC630 - background: #FFFFFF - textPrimary: #302657 - link: #302657 ## Typography - primary: Goldplay — https://fonts.google.com/specimen/Goldplay - heading: Bellota — https://fonts.google.com/specimen/Bellota ## Visual Assets - Logo: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/698257c2302c54c4e9f256db_Website%20Header%20400x100.png - Favicon: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/69840d3019d9c502c69ca398_icon_Favicon%20256x256.png - Social card (og:image): https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/6983d971c7e489b9ecee5e8f_Untitled%20design%20(1).png ## UI Components - input: background=#FFFFFF, textColor=#302657, borderColor=null, borderRadius=100px, shadow=none - buttonPrimary: background=#FFC630, textColor=#302657, borderRadius=100px, shadow=none - buttonSecondary: background=#DDF5EC, textColor=#FFFFFF, borderRadius=100px, shadow=none ## Brand Personality Tone: playful · Energy: medium · Audience: PreK educators and parents ## AskMyClass Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Soundkins | Contact Us** - Image: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/6983d971c7e489b9ecee5e8f_Untitled%20design%20(1).png - Source: https://www.mysoundtown.com/contact-us - **Soundkins | Blog** - Image: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/698257c2302c54c4e9f256db_Website%20Header%20400x100.png - Source: https://www.mysoundtown.com/blog - **Soundkins | 5 minute interactive reading foundations for PreK** - Image: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/68c0cbfeafc421042a61fd1e_use%20cases.png - Source: https://www.mysoundtown.com/ - **Soundkins | 5 minute interactive reading foundations for PreK** - Image: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/68c0b45176ed5ac52ef9fc77_ESSA.png - Source: https://www.mysoundtown.com/ - **Soundkins | 5 minute interactive reading foundations for PreK** - Image: https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3%2F69865e35c2c1128cecf0fd23_teacherperspective%20%281%29%20%281%29_poster.0000000.jpg - Source: https://www.mysoundtown.com/ - **Soundkins | Getting started** - Image: https://cdn.prod.website-files.com/643f7d5c2ef62c7f57f6bdb0/6982d3b2ae0b0c69d167c2b2_1.png - Source: https://www.mysoundtown.com/getting-started ## 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": "Goldplay", "role": "body" }, { "family": "Bellota", "role": "heading" } ], "colors": { "primary": "#FFC630", "secondary": "#DDF5EC", "accent": "#FFC630", "background": "#FFFFFF", "textPrimary": "#302657", "link": "#302657" }, "typography": { "fontFamilies": { "primary": "Goldplay", "heading": "Bellota" }, "fontStacks": { "heading": [ "Bellota", "sans-serif" ], "body": [ "Goldplay", "sans-serif" ], "paragraph": [ "Goldplay", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "48px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "20px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#302657", "borderColor": null, "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" }, "buttonPrimary": { "background": "#FFC630", "textColor": "#302657", "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" }, "buttonSecondary": { "background": "#DDF5EC", "textColor": "#FFFFFF", "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/698257c2302c54c4e9f256db_Website%20Header%20400x100.png", "favicon": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/69840d3019d9c502c69ca398_icon_Favicon%20256x256.png", "ogImage": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/6983d971c7e489b9ecee5e8f_Untitled%20design%20(1).png", "logoHref": "https://www.soundkins.com/" }, "__llm_logo_reasoning": { "selectedIndex": 6, "reasoning": "Selected #6 because it is medium-sized, visible, and links to the homepage, matching the brand 'Soundkins'.", "confidence": 0.85, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 11, "text": "Learn more here", "reasoning": "Button #0 uses the vibrant brand color #FFC630 and has action-oriented text 'Learn more here', making it the primary CTA." }, "secondary": { "index": 4, "text": "Get a custom quote", "reasoning": "Button #4 has a different background color #DDF5EC and offers a secondary action 'Get a custom quote', suitable for a secondary CTA." }, "confidence": 0.95 }, "personality": { "tone": "playful", "energy": "medium", "targetAudience": "PreK educators and parents" }, "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": 6, "selectedLogoReasoning": "Selected #6 because it is medium-sized, visible, and links to the homepage, matching the brand 'Soundkins'.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```