Home · Branding · Blissway

Blissway Brand Identity

A complete profile of Blissway's visual system — colors, typography, components, and personality — extracted from https://www.blissway.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#1BA4DD
Accent
#1BA4DD
Body Font
Work Sans
Heading
Lato

Color Palette

Brand palette extracted from https://www.blissway.com/.

primary
#1BA4DD
rgb(27, 164, 221)
secondary
#6B7280
rgb(107, 114, 128)
accent
#1BA4DD
rgb(27, 164, 221)
background
#212121
rgb(33, 33, 33)
textPrimary
#212121
rgb(33, 33, 33)
link
#D1F2FF
rgb(209, 242, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Work Sans
heading
Lato
__Work_Sans_c7ea26, __Work_Sans_Fallback_c7ea26
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Blissway logo
Logo
Blissway favicon
Favicon
Blissway social image
Social Card

UI Components

Live previews rendered using Blissway's actual button styles.

buttonPrimary
background #FFFFFF textColor #1BA4DD borderColor #1BA4DD borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Blissway Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Blissway's primary brand color?

Blissway's primary brand color is #1BA4DD. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Blissway use?

Blissway uses Work Sans for body text and Lato for headings. Fonts were detected on https://www.blissway.com/ as part of their live design system.

Does Blissway use a light or dark theme?

Blissway's primary site uses a dark color scheme, with a background of #212121.

Where can I find Blissway's logo?

Blissway's logo is available directly on their site (https://www.blissway.com/). 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://www.blissway.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 Blissway.

Methodology

Brand data on this page was extracted from https://www.blissway.com/ on 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 Blissway.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Work Sans",
      "role": "body"
    },
    {
      "family": "Lato",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1BA4DD",
    "secondary": "#6B7280",
    "accent": "#1BA4DD",
    "background": "#212121",
    "textPrimary": "#212121",
    "link": "#D1F2FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Lato"
    },
    "fontStacks": {
      "heading": [
        "__Work_Sans_c7ea26",
        "__Work_Sans_Fallback_c7ea26"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "__Work_Sans_c7ea26",
        "__Work_Sans_Fallback_c7ea26"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "72px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#1BA4DD",
      "borderColor": "#1BA4DD",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.blissway.com/static/assets/images/blissway-long-lines-logo.svg",
    "favicon": "https://www.blissway.com/favicon.ico",
    "ogImage": "https://www.blissway.com/static/assets/icons/favicon.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the brand name 'Blissway', is visible, and the source URL contains 'logo'.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "1",
      "reasoning": "Button #0 is highlighted with the brand's primary color (#1BA4DD) for text and border, indicating it as the primary CTA."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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 matches the brand name 'Blissway', is visible, and the source URL contains 'logo'.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles