# Craftwork Brand Identity

A complete profile of **Craftwork**'s visual system — colors, typography, components, and personality — extracted from [https://craftwork.com/](https://craftwork.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://craftwork.com/.  
primary:  
`#101828`  
rgb(16, 24, 40)  
secondary:  
`#58117D`  
rgb(88, 17, 125)  
accent:  
`#58117D`  
rgb(88, 17, 125)  
background:  
`#F5F5F5`  
rgb(245, 245, 245)  
textPrimary:  
`#32213B`  
rgb(50, 33, 59)  
link:  
`#32213B`  
rgb(50, 33, 59)

## Typography

Each font links to its Google Fonts page where available.  
primary: Inter  
heading: Inter

## UI Components

Live previews rendered using Craftwork's actual button styles.

### Input

input  
background: `#FFFFFF`  
textColor: `#32213B`  
borderColor: `#E5E5E5`  
borderRadius: `8px`  
shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 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 3px 0px

### Button Primary

buttonPrimary  
background: `#58117D`  
textColor: `#FAFAFA`  
borderRadius: `8px`  
shadow: none

### Button Secondary

buttonSecondary  
background: `#FFFFFF`  
textColor: `#32213B`  
borderColor: `#E5E7EB`  
borderRadius: `8px`  
shadow: none

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** homeowners in Charlotte & Raleigh, NC

## Craftwork Brand in the Wild

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

Source: [craftwork.com](https://craftwork.com/locations/charlotte-nc/neighborhoods/lake-wylie)

Source: [craftwork.com](https://craftwork.com/locations/charlotte-nc/neighborhoods/lake-wylie)

Source: [craftwork.com](https://craftwork.com/locations/charlotte-nc/neighborhoods/lake-wylie)

Source: [craftwork.com](https://craftwork.com/locations/charlotte-nc/neighborhoods/lake-wylie)

Source: [craftwork.com](https://craftwork.com/cabinetry)

## Frequently Asked Questions

**What is Craftwork's primary brand color?**  
Craftwork's primary brand color is `#101828`. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does Craftwork use?**  
Craftwork uses `#58117D` as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Craftwork use?**  
Craftwork uses Inter as the primary typeface across body and headings.

**Does Craftwork use a light or dark theme?**  
Craftwork's primary site uses a light color scheme, with a background of `#F5F5F5`.

**Where can I find Craftwork's logo?**  
Craftwork's logo is available directly on their site ([craftwork.com](https://craftwork.com/)).

**How was this brand profile generated?**  
This profile was extracted from [https://craftwork.com/](https://craftwork.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 Craftwork.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica Neue",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#101828",
    "secondary": "#58117D",
    "accent": "#58117D",
    "background": "#F5F5F5",
    "textPrimary": "#32213B",
    "link": "#32213B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "ParafinaBlackS",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "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": [
        "Inter",
        "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"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#32213B",
      "borderColor": "#E5E5E5",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 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 3px 0px"
    },
    "buttonPrimary": {
      "background": "#58117D",
      "textColor": "#FAFAFA",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#32213B",
      "borderColor": "#E5E7EB",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%2040%20325%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20transition-%5Bfill%5D%20delay-150%20duration-500%20sm%3Ah-6%20md%3Ah-8%20w-%5B150px%5D%20fill-plum%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M51%2076.7346H14.7305V64.5255L28.5386%2056.5507L51%2068.9893V52.449L28.5175%2040L0%2056.4645V91H51V76.7346Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M195.634%2083.2084V77.7175C195.19%2077.9583%20194.74%2078.1584%20194.284%2078.3226C193.624%2078.5598%20192.811%2078.6685%20191.872%2078.6685H191.733L191.725%2078.6605C190.447%2078.6366%20189.427%2078.282%20188.723%2077.5442C187.997%2076.7822%20187.663%2075.6692%20187.663%2074.2689V63.7918H195.448V57.7332H187.663V48.4748L180.032%2050.5224V75.354C180.032%2077.2889%20180.39%2078.9655%20181.099%2080.3873L181.099%2080.3878C181.806%2081.8107%20182.848%2082.9059%20184.231%2083.6919C185.612%2084.4696%20187.312%2084.8735%20189.348%2084.8735C190.815%2084.8735%20192.022%2084.7224%20192.977%2084.4354C193.888%2084.1555%20194.771%2083.7488%20195.634%2083.2084Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M175.643%2063.7785H168.146V83.9283H160.515V63.7785H155.819V57.7199H160.515V55.325C160.515%2052.0026%20161.382%2049.4744%20163.079%2047.6914C164.769%2045.9151%20167.285%2045%20170.688%2045C171.875%2045%20172.965%2045.1176%20173.961%2045.3444C174.865%2045.5515%20175.59%2045.8197%20176.137%2046.1319V51.5991C175.157%2051.1478%20173.976%2050.9321%20172.607%2050.9321C171.125%2050.9321%20169.976%2051.2662%20169.228%2052.0159C168.484%2052.7612%20168.146%2053.8484%20168.146%2055.2185V57.7199H175.643V63.7785Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M93.8594%2084.1403C95.8359%2083.588%2097.5722%2082.8229%2099.06%2081.854V74.749C97.7833%2075.5866%2096.3601%2076.2713%2094.801%2076.8045L94.8014%2076.8066C93.0125%2077.4177%2091.1625%2077.7232%2089.2595%2077.7232C86.6706%2077.7232%2084.3897%2077.2082%2082.4336%2076.1733C80.4801%2075.1398%2078.9707%2073.6978%2077.9144%2071.8557L77.914%2071.8549C76.865%2070.0136%2076.3415%2067.8905%2076.3415%2065.5487C76.3415%2063.2068%2076.8583%2061.1231%2077.9147%2059.2944C78.9648%2057.4651%2080.4681%2056.0432%2082.4082%2055.0299C84.3512%2054.0085%2086.6119%2053.5072%2089.1798%2053.5072C91.1494%2053.5072%2093.0017%2053.8261%2094.7277%2054.4526L94.7281%2054.4527C96.2217%2054.997%2097.599%2055.7024%2098.8541%2056.5693V49.1801C97.4319%2048.3423%2095.7928%2047.6471%2093.9224%2047.1025C91.9906%2046.5401%2089.8636%2046.2571%2087.539%2046.2571C83.6088%2046.2571%2080.1796%2047.0983%2077.2345%2048.7633C74.2864%2050.4299%2072.0136%2052.7404%2070.4101%2055.6995C68.8059%2058.6595%2068%2062.0308%2068%2065.8083C68%2069.3985%2068.7724%2072.6387%2070.2994%2075.5553C71.823%2078.4652%2074.0489%2080.7622%2076.9784%2082.4556C79.9075%2084.1515%2083.388%2085%2087.4394%2085C89.6755%2085%2091.8174%2084.7109%2093.8594%2084.1403Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M129.473%2058.8118C127.652%2060.0737%20126.256%2061.7626%20125.284%2063.8867C124.309%2066.0163%20123.82%2068.2575%20123.82%2070.8807C123.82%2073.5098%20124.278%2075.8722%20125.193%2077.9736L125.194%2077.9744C126.101%2080.0713%20127.417%2081.7179%20129.137%2082.9312C130.848%2084.1316%20132.871%2084.7404%20135.235%2084.7404C137.238%2084.7404%20138.966%2084.2555%20140.425%2083.2976L140.426%2083.2972C141.904%2082.3309%20143.012%2081.0854%20143.761%2079.5449H144.4V83.9349H151.897V57.7266H144.267V61.649H143.631C142.846%2060.1016%20141.791%2058.9331%20140.474%2058.1302C139.158%2057.3273%20137.632%2056.9211%20135.886%2056.9211C133.422%2056.9211%20131.292%2057.5565%20129.473%2058.8118ZM143.646%2066.9013L143.647%2066.9029C144.147%2068.0441%20144.4%2069.35%20144.4%2070.8074C144.4%2072.266%20144.14%2073.5737%20143.618%2074.7167C143.095%2075.8622%20142.338%2076.7655%20141.357%2077.4087C140.373%2078.054%20139.205%2078.3756%20137.972%2078.3756C136.739%2078.3756%20135.627%2078.0748%20134.652%2077.466C133.676%2076.8562%20132.923%2075.9851%20132.399%2074.8513C131.876%2073.727%20131.617%2072.4517%20131.617%2070.9406C131.617%2069.4306%20131.876%2068.0887%20132.412%2066.9238C132.947%2065.7606%20133.704%2064.8502%20134.686%2064.2062C135.668%2063.5615%20136.796%2063.2393%20138.071%2063.2393C139.346%2063.2393%20140.468%2063.5615%20141.439%2064.2074L141.44%2064.2081C142.401%2064.8525%20143.138%2065.7568%20143.646%2066.9013Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M227.262%2075.6166L222.307%2057.7266H214.46L209.516%2075.4577L205.121%2057.7266H197.526L204.96%2083.9349H212.654L218.114%2065.7211L223.714%2083.9349H231.574L239.617%2057.7266H232.106L227.262%2075.6166Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M262.346%2058.658C264.373%2059.7562%20265.974%2061.2752%20267.16%2063.2301L267.355%2063.5735C268.558%2065.6924%20269.164%2068.1425%20269.164%2070.9339C269.164%2073.7231%20268.552%2076.0784%20267.331%2078.1568L267.331%2078.1572C266.107%2080.2462%20264.426%2081.8601%20262.288%2083.0094C260.142%2084.1592%20257.733%2084.7404%20255.052%2084.7404C252.372%2084.7404%20249.997%2084.1659%20247.872%2083.0104L247.871%2083.01C245.746%2081.861%20244.078%2080.2474%20242.868%2078.1586L242.867%2078.1575C241.653%2076.0797%20241.047%2073.6711%20241.047%2070.9339C241.047%2068.1945%20241.647%2065.6912%20242.843%2063.5728C244.041%2061.4512%20245.695%2059.8189%20247.826%2058.6576C249.951%2057.5021%20252.359%2056.9144%20255.059%2056.9144C257.76%2056.9144%20260.202%2057.496%20262.346%2058.658ZM258.419%2077.0177L258.418%2077.4284C257.459%2078.0623%20256.323%2078.3689%20255.052%2078.3689C253.781%2078.3689%20252.671%2078.0616%20251.724%2077.4268C250.782%2076.795%20250.065%2075.9101%20249.563%2074.7726L249.563%2074.7717C249.07%2073.6432%20248.824%2072.3772%20248.824%2070.8807C248.824%2069.3883%20249.055%2068.0686%20249.549%2066.9244C250.043%2065.7808%20250.759%2064.8752%20251.709%2064.2293C252.661%2063.5814%20253.771%2063.2593%20255.052%2063.2593C256.332%2063.2593%20257.469%2063.5807%20258.428%2064.2287C259.392%2064.8748%20260.114%2065.7874%20260.615%2066.9369L260.616%2066.9384C261.071%2067.9979%20261.315%2069.2025%20261.35%2070.5417H261.361V70.8807C261.361%2072.3368%20261.115%2073.6374%20260.607%2074.7742C260.099%2075.9116%20259.368%2076.8034%20258.418%2077.4284L258.419%2077.4281L258.419%2077.0173L258.419%2077.0177Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M309.154%2069.267L319.381%2057.7199H310.384L301.688%2068.7504V46.2571H294.11V83.9349H301.688V70.3585L311.199%2083.9349H320L309.154%2069.5168V69.267Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M121.833%2064.2951H111.828V83.9283H104.337V57.8266H121.833V64.2951Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M280.728%2064.295H290.733V57.8266H273.237V83.9283H280.728V64.295Z%22%20style%3D%22fill%3A%20rgb(50%2C%2033%2C%2059)%20!important%3B%22%2F%3E%3C%2Fsvg%3E"
  ,
  "favicon": "https://craftwork.com/apple-touch-icon.png",
  "ogImage": "https://craftwork.com/api/og?title=Painters%20in%20Charlotte%20%26%20Raleigh%2C%20NC%20%7C%20Interior%20%26%20Exterior%20Painting%20%7C%20Craftwork",
  "logoHref": "/"
}
```
