gauss.json
Gauss Brand Identity
A complete profile of Gauss's visual system — colors, typography, components, and personality — extracted from https://gauss.money. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/gauss
- Machine-readable JSON: https://characterquilt.com/branding/gauss.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #00659E |
| Accent | #438592 |
| Body Font | Inter |
| Heading Font | Poppins |
Color Palette
- primary: #00659E
- secondary: #081419
- accent: #438592
- background: #FFFFFF
- textPrimary: #000000
- link: #438592
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://static.tildacdn.one/tild6165-3931-4338-b930-643866363937/gauss2.png
- Favicon: https://static.tildacdn.one/tild3033-6236-4062-a165-326332326339/logo_icon.png
- Social card (og:image): https://static.tildacdn.one/tild3734-3465-4430-b062-306537356439/Frame_823425443.jpg
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: individuals seeking personal credit management solutions
Gauss Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Best Credit Cards For Travel Insurance for August 2022
- A 20-Something's Guide To Personal Finance: The Best Books To Help You Get Ahead
- Personal loan vs credit line. Which should I choose?
- Mastering Your Finances: The Ultimate Guide to Credit Card Debt Consolidation
- The Top 8 Credit Card Debt Tips from Reddit You Need to See
- Ways to Consolidate Credit Card Debt According to Reddit
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:
- 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.
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": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
}
],
"colors": {
"primary": "#00659E",
"secondary": "#081419",
"accent": "#438592",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#438592"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"Arial",
"sans-serif"
],
"body": [
"Times New Roman"
],
"paragraph": [
"Times New Roman"
]
},
"fontSizes": {
"h1": "44px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://static.tildacdn.one/tild6165-3931-4338-b930-643866363937/gauss2.png",
"favicon": "https://static.tildacdn.one/tild3033-6236-4062-a165-326332326339/logo_icon.png",
"ogImage": "https://static.tildacdn.one/tild3734-3465-4430-b062-306537356439/Frame_823425443.jpg",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Log in / Sign up #rec1983866271 .t-btnflex.t-btnflex_type_button {color:#ffffff;background-color:#00",
"reasoning": "Button #0 has a dark background (#000000) which stands out against the light theme of the site, making it more prominent. It also has a rounded border, which often indicates a primary action."
},
"secondary": {
"index": 1,
"text": "Log in / Sign up #rec1983866271 .t-btnflex.t-btnflex_type_button {color:#ffffff;background-color:#00",
"reasoning": "Button #1 has a light background (#FFFFFF) and is less visually prominent, making it suitable as a secondary action."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "individuals seeking personal credit management solutions"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}