# Remade Brand Identity

A complete profile of **Remade**'s visual system — colors, typography, components, and personality — extracted from [remade.ai](https://www.remade.ai/?utm_source=YC&utm_medium=YC&utm_campaign=YC_profile&utm_content=YC_profile). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from [remade.ai](https://www.remade.ai/?utm_source=YC&utm_medium=YC&utm_campaign=YC_profile&utm_content=YC_profile).

- **primary**
  - Hex: #9CA3AF  
  - RGB: rgb(156, 163, 175)
- **secondary**
  - Hex: #565B66  
  - RGB: rgb(86, 91, 102)
- **accent**
  - Hex: #6B7280  
  - RGB: rgb(107, 114, 128)
- **background**
  - Hex: #000000  
  - RGB: rgb(0, 0, 0)
- **textPrimary**
  - Hex: #000000  
  - RGB: rgb(0, 0, 0)
- **link**
  - Hex: #6B7280  
  - RGB: rgb(107, 114, 128)

## Typography

Each font links to its Google Fonts page where available.

- **primary**  
  Poppins  
  [Google Fonts →](https://fonts.google.com/specimen/Poppins)
- **heading**  
  Poppins  
  [Google Fonts →](https://fonts.google.com/specimen/Poppins)  
  Poppins, sans-serif

## Visual Assets

Logo

Favicon

Social Card

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** creative professionals

## Remade Brand in the Wild

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

Image: [remade.ai](https://www.remade.ai/favicon.ico)  
Source: [remade.ai](https://www.remade.ai/legal/privacy)

Image: [remade.ai](https://www.remade.ai/images/thumbnails/logo.webp)  
Source: [remade.ai](https://www.remade.ai/)

Image: [remade.ai](https://www.remade.ai/images/thumbnails/rastamouse.webp)  
Source: [remade.ai](https://www.remade.ai/)

Image: [remade.ai](https://www.remade.ai/images/thumbnails/product.webp)  
Source: [remade.ai](https://www.remade.ai/)

Image: [remade.ai](https://www.remade.ai/images/thumbnails/drone.webp)  
Source: [remade.ai](https://www.remade.ai/)

Image: [remade.ai](https://www.remade.ai/images/thumbnails/consistent.webp)  
Source: [remade.ai](https://www.remade.ai/)

## Frequently Asked Questions

1. **What is Remade's primary brand color?**   
   Remade's primary brand color is #9CA3AF. It anchors the visual identity across their website, product UI, and marketing materials.

2. **What accent color does Remade use?**  
   Remade uses #6B7280 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

3. **What font does Remade use?**  
   Remade uses Poppins as the primary typeface across body and headings.

4. **Does Remade use a light or dark theme?**  
   Remade's primary site uses a dark color scheme, with a background of #000000.

5. **Where can I find Remade's logo?**  
   Remade's logo is available directly on their site ([remade.ai](https://www.remade.ai/?utm_source=YC&utm_medium=YC&utm_campaign=YC_profile&utm_content=YC_profile)). The current logo URL is included in the machine-readable JSON profile linked above.

6. **How was this brand profile generated?**  
   This profile was extracted from [remade.ai](https://www.remade.ai/?utm_source=YC&utm_medium=YC&utm_campaign=YC_profile&utm_content=YC_profile) 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 Remade.

## Methodology

Brand data on this page was extracted from [remade.ai](https://www.remade.ai/?utm_source=YC&utm_medium=YC&utm_campaign=YC_profile&utm_content=YC_profile) 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.

## Machine-Readable Profile

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

[GET /branding/remade.json](/content/branding/remade.json)  
[GET /branding/remade/llms.txt](/content/branding/remade/llms.txt)

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9CA3AF",
    "secondary": "#565B66",
    "accent": "#6B7280",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": "https://www.remade.ai/images/logos/remade.png",
    "favicon": "https://www.remade.ai/favicon.ico",
    "ogImage": "https://storage.googleapis.com/remade-v2/website/Remade%20Ai%20logo_Icon%20white.png",
    "logoHref": "/",
    "logoAlt": "Remade Logo"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "creative professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  }
}
```
