aminoanalytica.json
AminoAnalytica Brand Identity
A complete profile of AminoAnalytica's visual system — colors, typography, components, and personality — extracted from https://www.aminoanalytica.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/aminoanalytica
- Machine-readable JSON: https://characterquilt.com/branding/aminoanalytica.json
- Per-page llms.txt: https://characterquilt.com/branding/aminoanalytica/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #6670FF |
| Body Font | Satoshi |
| Heading Font | Switzer |
Color Palette
- primary: #0000EE
- secondary: #7476B0
- accent: #6670FF
- background: #000000
- textPrimary: #000000
- link: #6670FF
Typography
- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Switzer — https://fonts.google.com/specimen/Switzer
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#000000, textColor=#0000EE, borderRadius=10px, shadow=rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px
Brand Personality
Tone: professional · Energy: medium · Audience: biotechnology professionals and researchers
AminoAnalytica Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
AminoAnalytica | The AI-Native Operating System for Protein Engineering
- Source: AminoAnalytica
AminoTote 01 | AminoAnalytica
- Source: AminoTote 01
All Products | AminoAnalytica
- Source: All Products
AminoCap 01 | AminoAnalytica
- Source: AminoCap 01
AminoTote 01 | AminoAnalytica
- Source: AminoTote 01
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "dark",
"fonts": [
{
"family": "Satoshi",
"role": "body"
},
{
"family": "Switzer",
"role": "heading"
},
{
"family": "Inter Variable",
"role": "unknown"
},
{
"family": "Amina Regular",
"role": "unknown"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#7476B0",
"accent": "#6670FF",
"background": "#000000",
"textPrimary": "#000000",
"link": "#6670FF"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi",
"heading": "Switzer"
},
"fontStacks": {
"heading": [
"Switzer",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Satoshi",
"sans-serif"
]
},
"fontSizes": {
"h1": "100px",
"h2": "54px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#000000",
"textColor": "#0000EE",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.06) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.03) 0px 10px 30px -3.75px"
}
},
"images": {
"logo": null,
"favicon": "https://framerusercontent.com/images/wV1Pgu0NxcvpiLp75MwHB75totk.png",
"ogImage": "https://framerusercontent.com/assets/m0scJpjBLwN7m7NYboeYJtKLMUo.png"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Get Started",
"reasoning": "The 'Get Started' button is typically the main call-to-action on websites, encouraging users to begin using the service or product. It has action-oriented text and is likely intended to drive conversions."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "Both buttons share the same background color, making it impossible to select a secondary button with a different color as required."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "biotechnology professionals and researchers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}