llms.txt
Deepnote Brand Identity
A complete profile of Deepnote's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #606F85 |
| Accent | #146EFE |
| Body Font | Inter |
| Heading Font | Degular |
Color Palette
- primary: #606F85
- secondary: #334052
- accent: #146EFE
- background: #FFFFFF
- textPrimary: #146EFE
- link: #146EFE
Typography
- primary: Inter — Google Fonts
- heading: Degular — Google Fonts
Visual Assets
- Logo: data:image/svg+xml;utf8,...
- Social card (og:image): /_next/static/media/og-image.a724d03f.png
UI Components
- input: background=#FFFFFF, textColor=#334052, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#153656, textColor=#334052, borderRadius=10px, shadow=rgba(170, 187, 202, 0.1) 0px 2px 4px 0px, rgba(170, 187, 202, 0.1) 0px 4px 8px 0px
- buttonSecondary: background=#FFFFFF, textColor=#334052, borderColor=#C2CDDC, borderRadius=10px, shadow=rgba(170, 187, 202, 0.1) 0px 2px 4px 0px, rgba(170, 187, 202, 0.1) 0px 4px 8px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: data scientists and analysts
Deepnote Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Snowpark for Python: Bring Python to your data warehouse with Deepnote
- Image:
- Source: Deepnote Blog
- Deepnotes: The Deepnote blog
- Image:
- Source: Deepnote Blog
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Degular",
"role": "heading"
}
],
"colors": {
"primary": "#606F85",
"secondary": "#334052",
"accent": "#146EFE",
"background": "#FFFFFF",
"textPrimary": "#146EFE",
"link": "#146EFE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Degular"
},
"fontStacks": {
"heading": [
"Degular",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "82px",
"h2": "60px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "24px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#334052",
"borderColor": null,
"borderRadius": "0px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#153656",
"textColor": "#334052",
"borderRadius": "10px",
"shadow": "rgba(170, 187, 202, 0.1) 0px 2px 4px 0px, rgba(170, 187, 202, 0.1) 0px 4px 8px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#334052",
"borderColor": "#C2CDDC",
"borderRadius": "10px",
"shadow": "rgba(170, 187, 202, 0.1) 0px 2px 4px 0px, rgba(170, 187, 202, 0.1) 0px 4px 8px 0px"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,...",
"ogImage": "/_next/static/media/og-image.a724d03f.png"
},
"designSystem": {
"framework": "chakra",
"componentLibrary": ""
}
}