# Magic Loops Brand Identity

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

## Color Palette

Brand palette extracted from https://magicloops.dev.

- **Primary**: #60A5FA  
- **Secondary**: #94A3B8  
- **Accent**: #0EA5E9  
- **Background**: #FFFFFF  
- **Text Primary**: #0A0A0A  
- **Link**: #FEF08A

## Typography

Each font links to its Google Fonts page where available.

- **Body Font**: Roboto  
  [Roboto Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **Heading Font**: Roboto  
  [Roboto Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **Font Stack**: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Canterell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif

## UI Components

Live previews rendered using Magic Loops's actual button styles.

- **Input**:  
  - Background: #FFFFFF  
  - Text Color: #0A0A0A  
  - Border Color: #000000  
  - Border Radius: 0px  
  - Shadow: none

- **Button Primary**:  
  - Background: #0EA5E9  
  - Text Color: #FAFAFA  
  - Border Radius: 6px  
  - Shadow: none

- **Button Secondary**:  
  - Background: #FFFFFF  
  - Text Color: #0A0A0A  
  - Border Color: #E5E5E5  
  - Border Radius: 6px  
  - Shadow: none

## Brand Personality

- **Tone**: modern  
- **Energy**: high  
- **Audience**: developers and tech enthusiasts

## Magic Loops Brand in the Wild

Source: [blog.magicloops.dev](https://blog.magicloops.dev/images/magic-loops-whiteboard.jpg.webp)

Source: [magicloops.dev](https://magicloops.dev/apps/screenshots/cool-personal-finance-tracker.png)

Source: [magicloops.dev](https://magicloops.dev/apps/screenshots/tldr-any-url.png)

Source: [blog.magicloops.dev](https://blog.magicloops.dev/images/manual-loop-button.png.jpg)

Source: [magicloops.dev](https://magicloops.dev/apps/screenshots/name-destiny.png)

Source: [magicloops.dev](https://magicloops.dev/apps/screenshots/ghibli-image-magic.png)

## Frequently Asked Questions

- **What is Magic Loops's primary brand color?**  
  Magic Loops's primary brand color is #60A5FA. It anchors the visual identity across their website, product UI, and marketing materials.

- **What accent color does Magic Loops use?**  
  Magic Loops uses #0EA5E9 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does Magic Loops use?**  
  Magic Loops uses Roboto as the primary typeface across body and headings.

- **Does Magic Loops use a light or dark theme?**  
  Magic Loops's primary site uses a light color scheme, with a background of #FFFFFF.

- **How was this brand profile generated?**  
  This profile was extracted from https://magicloops.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 Magic Loops.

## Methodology

Brand data on this page was extracted from [https://magicloops.dev](https://magicloops.dev/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Magic Loops.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    { "family": "Roboto", "role": "body" },
    { "family": "Ubuntu", "role": "body" },
    { "family": "Fira Sans", "role": "body" },
    { "family": "Droid Sans", "role": "body" },
    { "family": "Helvetica Neue", "role": "body" } 
  ],
  "colors": {
    "primary": "#60A5FA",
    "secondary": "#94A3B8",
    "accent": "#0EA5E9",
    "background": "#FFFFFF",
    "textPrimary": "#0A0A0A",
    "link": "#FEF08A"
  },
  "typography": {
    "fontFamilies": { "primary": "Roboto", "heading": "Roboto" },
    "fontStacks": { "heading": ["-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", "Canterell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif"], "body": ["-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", "Canterell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif"], "paragraph": ["-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", "Canterell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif"] },
    "fontSizes": { "h1": "72px", "h2": "48px", "body": "20px" }
  },
  "spacing": { "baseUnit": 4, "borderRadius": "3px" },
  "components": {
    "input": { "background": "#FFFFFF", "textColor": "#0A0A0A", "borderColor": "#000000", "borderRadius": "0px", "shadow": "none" },
    "buttonPrimary": { "background": "#0EA5E9", "textColor": "#FAFAFA", "borderRadius": "6px", "shadow": "none" },
    "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0A0A0A", "borderColor": "#E5E5E5", "borderRadius": "6px", "shadow": "none" }
  },
  "images": { "logo": null, "favicon": "https://magicloops.dev/favicon.ico", "ogImage": "https://magicloops.dev/images/preview.png" },
  "personality": { "tone": "modern", "energy": "high", "targetAudience": "developers and tech enthusiasts" },
  "designSystem": { "framework": "tailwind", "componentLibrary": "" },
  "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }
}
```
