Twine Brand: Colors, Fonts, Logo & Visual Identity
Twine Brand Identity
A complete profile of Twine's visual system — colors, typography, components, and personality — extracted from http://www.usetwine.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://www.usetwine.com.
| Color Name | Hex Code | RGB |
|---|---|---|
| primary | #0000EE | rgb(0, 0, 238) |
| secondary | #796587 | rgb(121, 101, 135) |
| accent | #0000EE | rgb(0, 0, 238) |
| background | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #27362A | rgb(39, 54, 42) |
| link | #27362A | rgb(39, 54, 42) |
Typography
Each font links to its Google Fonts page where available.
| Role | Font Family | Google Fonts Link |
|---|---|---|
| primary | Satoshi | Google Fonts → |
| heading | Inter Display | Google Fonts → |
Visual Assets
UI Components
Live previews rendered using Twine's actual button styles.
Input
- Background: transparent
- Text Color: #27362A
- Border Color: null
- Border Radius: 0px
- Shadow: none
Button Primary
- Background: #FFFFFF
- Text Color: #0000EE
- Border Radius: 11px
- Shadow: rgba(116, 156, 123, 0.08) 0px 0px 16px 4px
Brand Personality
- Tone: modern
- Energy: medium
- Audience: business professionals and entrepreneurs
Twine Brand in the Wild
Image: framerusercontent.com
Source: usetwine.com
Image: framerusercontent.com
Source: usetwine.com
Frequently Asked Questions
What is Twine's primary brand color?
Twine's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Twine use?
Twine uses Satoshi for body text and Inter Display for headings. Fonts were detected on http://www.usetwine.com as part of their live design system.
Does Twine use a light or dark theme?
Twine's primary site uses a light color scheme, with a background of #FFFFFF.
How was this brand profile generated?
This profile was extracted from http://www.usetwine.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Twine.
Methodology
Brand data on this page was extracted from http://www.usetwine.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Twine.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Satoshi",
"role": "body"
},
{
"family": "Inter Display",
"role": "display"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#796587",
"accent": "#0000EE",
"background": "#FFFFFF",
"textPrimary": "#27362A",
"link": "#27362A"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi",
"heading": "Inter Display"
},
"fontStacks": {
"heading": [
"Inter Display",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Satoshi",
"sans-serif"
]
},
"fontSizes": {
"h1": "60px",
"h2": "44px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#27362A",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "11px",
"borderRadiusCorners": {
"topLeft": "11px",
"topRight": "11px",
"bottomRight": "11px",
"bottomLeft": "11px"
},
"shadow": "rgba(116, 156, 123, 0.08) 0px 0px 16px 4px"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/qhxl5j3MKVfOSgXoQijJgOgmc8.svg",
"ogImage": "https://framerusercontent.com/images/i2XBbNEreaagchrBrWRFavKj6co.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals and entrepreneurs"
}
}