tingles.json
Tingles Brand Identity
A complete profile of Tingles's visual system — colors, typography, components, and personality — extracted from https://www.gettingles.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/tingles
- Machine-readable JSON: https://characterquilt.com/branding/tingles.json
- Per-page llms.txt: https://characterquilt.com/branding/tingles/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #071C4D |
| Accent | #442772 |
| Body Font | Open Sans |
| Heading Font | Poppins |
Color Palette
- primary: #071C4D
- secondary: #00E1BE
- accent: #442772
- background: #FFFFFF
- textPrimary: #442772
- link: #442772
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://gettingles.com/wp-content/uploads/2024/11/tingles-logo.png
- Favicon: https://gettingles.com/wp-content/uploads/2024/11/cropped-unnamed-32x32.png
UI Components
- input: background=transparent, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none
Brand Personality
Tone: playful · Energy: medium · Audience: ASMR enthusiasts
Tingles Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
- Tingles – The best way to enjoy ASMR. Free for iOS and Android.
- Image:
- Source: https://gettingles.com/
Working with these fonts
Not found on Google Fonts? Here’s a suggested flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and navigate around the site — some font weights may load on specific routes.
- For each captured font URL: right-click → Save As to download the file.
- View the page's CSS and copy the matching @font-face declarations.
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": "Open Sans",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
}
],
"colors": {
"primary": "#071C4D",
"secondary": "#00E1BE",
"accent": "#442772",
"background": "#FFFFFF",
"textPrimary": "#442772",
"link": "#442772"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"sans-serif"
],
"body": [
"Open Sans",
"sans-serif"
],
"paragraph": [
"Open Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "40px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#000000",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://gettingles.com/wp-content/uploads/2024/11/tingles-logo.png",
"favicon": "https://gettingles.com/wp-content/uploads/2024/11/cropped-unnamed-32x32.png",
"ogImage": null,
"logoHref": "https://gettingles.com/",
"logoAlt": "Tingles – The best way to enjoy ASMR. Free for iOS and Android."
},
"personality": {
"tone": "playful",
"energy": "medium",
"targetAudience": "ASMR enthusiasts"
}
}