# Siasto Brand Identity A complete profile of **Siasto**'s visual system — colors, typography, components, and personality — extracted from http://siasto.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/siasto - Machine-readable JSON: https://characterquilt.com/branding/siasto.json - Per-page llms.txt: https://characterquilt.com/branding/siasto/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #006CEA | | Accent | #4A90E2 | | Body Font | Roboto | | Heading Font | Roboto | ## Color Palette - primary: #006CEA - secondary: #2196F3 - accent: #4A90E2 - background: #F9F9F9 - textPrimary: #000000 - link: #4A90E2 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Roboto — https://fonts.google.com/specimen/Roboto ## Visual Assets - Logo: https://www.brandbucket.com/images7/head_logo2s.png - Favicon: https://www.brandbucket.com/favicon.ico - Social card (og:image): https://www.brandbucket.com/sites/default/files/logo_uploads/287910/stamped_preview_w7.png ## UI Components - input: background=#EDEDED, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=8px, shadow=none - buttonSecondary: background=#F0F4F8, textColor=#000000, borderRadius=7px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: entrepreneurs and business owners ## Siasto Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Siasto.com is For Sale | BrandBucket** - Image: https://www.brandbucket.com/sites/default/files/logo_uploads/287910/stamped_preview_w7.png - Source: https://www.siasto.com/ - **Siasto.com is For Sale | BrandBucket** - Image: https://www.brandbucket.com/images2/nice_bk2s.webp - Source: https://www.siasto.com/ - **mc hammer doll | Siasto | Flickr** - Image: https://live.staticflickr.com/5328/8808110545_6e5ac3eda6.jpg - Source: https://www.flickr.com/photos/76410740@N03/8808110545/ - **Buy Siasto 100 Tablet Online: View Uses, Side Effects, Price, Substitutes | 1mg** - Image: https://onemg.gumlet.io/l_watermark_346,w_480,h_480/a_ignore,w_480,h_480,c_fit,q_auto,f_auto/6fc38ff7a3744227bd582c8307303947.jpg?dpr=3&format=auto - Source: https://www.1mg.com/drugs/siasto-100-tablet-927522?srsltid=AfmBOorxjV7-7cJtWIpKvKISH0UdXaGClu-nouylyN5Y8DCYJMrOwQ4e - **Siasto | Flickr** - Image: https://live.staticflickr.com/5548/10731168754_c45de7f4b3_n.jpg - Source: https://www.flickr.com/photos/76410740@N03/ - **Buy Siasto 100 Tablet Online: View Uses, Side Effects, Price, Substitutes | 1mg** - Image: https://onemg.gumlet.io/l_watermark_346,w_480,h_480/a_ignore,w_480,h_480,c_fit,q_auto,f_auto/fc3059e30d934f48ad022c777cb03d36.jpg - Source: https://www.1mg.com/drugs/siasto-100-tablet-927522?srsltid=AfmBOoo7AppDdRMGRg9mlkLqJx0h4jgpuzEuCs0eODQcGVKHSx3yWGCU ## 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": "Roboto", "role": "body" }, { "family": "Arial", "role": "unknown" } ], "colors": { "primary": "#006CEA", "secondary": "#2196F3", "accent": "#4A90E2", "background": "#F9F9F9", "textPrimary": "#000000", "link": "#4A90E2" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Roboto" }, "fontStacks": { "heading": [ "Roboto" ], "body": [ "Roboto" ], "paragraph": [ "Roboto" ] }, "fontSizes": { "h1": "16px", "h2": "24px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "7px" }, "components": { "input": { "background": "#EDEDED", "textColor": "#000000", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderColor": "#000000", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "#F0F4F8", "textColor": "#000000", "borderRadius": "7px", "borderRadiusCorners": { "topLeft": "7px", "topRight": "7px", "bottomRight": "7px", "bottomLeft": "7px" }, "shadow": "none" } }, "images": { "logo": "https://www.brandbucket.com/images7/head_logo2s.png", "favicon": "https://www.brandbucket.com/favicon.ico", "ogImage": "https://www.brandbucket.com/sites/default/files/logo_uploads/287910/stamped_preview_w7.png", "logoHref": "https://www.brandbucket.com", "logoAlt": "BrandBucket" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand 'BrandBucket'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Buy Now\n\t\t\t\t\t\t$8325", "reasoning": "Button #0 ('Buy Now $8325') is the primary CTA due to its action-oriented text and prominent dark background, which stands out against the light page background." }, "secondary": { "index": 3, "text": "Beverage Company Names", "reasoning": "Button #3 ('Beverage Company Names') is selected as secondary due to its distinct blue background, which contrasts with the primary button's dark color." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "entrepreneurs and business owners" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.95, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 1, "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand 'BrandBucket'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```