Continue Brand: Colors, Fonts, Logo & Visual Identity
Continue Brand Identity
A complete profile of Continue's visual system — colors, typography, components, and personality — extracted from https://continue.dev. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://continue.dev.
- primary:
#161434 - secondary:
#FDECEC - accent:
#16A34A - background:
#FFFFFF - textPrimary:
#020817 - link:
#020817
Typography
Each font links to its Google Fonts page where available.
- primary: IBM Plex Sans (Google Fonts →)
- heading: IBM Plex Sans (Google Fonts →)
Visual Assets
Logo
Favicon
UI Components
Live previews rendered using Continue's actual button styles.
Input:
- background:
#FFFFFF - textColor:
#000000 - borderColor:
#D9D9D9 - borderRadius:
12px - shadow: none
- background:
Button Primary:
- background:
#161434 - textColor:
#FFFFFF - borderRadius:
0px - shadow: none
- background:
Button Secondary:
- background:
#16A34A - textColor:
#FFFFFF - borderRadius:
9999px - shadow:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- background:
Brand Personality
- Tone: professional
- Energy: medium
- Audience: software developers and tech companies
Frequently Asked Questions
What is Continue's primary brand color?
Continue's primary brand color is #161434. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Continue use?
Continue uses #16A34A as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Continue use?
Continue uses IBM Plex Sans as the primary typeface across body and headings.
Does Continue use a light or dark theme?
Continue's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Continue's logo?
Continue's logo is available directly on their site (https://continue.dev). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://continue.dev 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 Continue.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "IBM Plex Sans",
"role": "body"
},
{
"family": "IBM Plex Mono",
"role": "monospace"
},
{
"family": "Inter",
"role": "unknown"
}
],
"colors": {
"primary": "#161434",
"secondary": "#FDECEC",
"accent": "#16A34A",
"background": "#FFFFFF",
"textPrimary": "#020817",
"link": "#020817"
},
"typography": {
"fontFamilies": {
"primary": "IBM Plex Sans",
"heading": "IBM Plex Sans"
},
"fontStacks": {
"heading": [
"IBM Plex Sans",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"IBM Plex Sans",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "14px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": "#D9D9D9",
"borderRadius": "12px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#161434",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#16A34A",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"logo": "https://www.continue.dev/images/continue-logo-light.png",
"favicon": "https://www.continue.dev/favicon.png"
}
}