# RevisionDojo Brand Identity

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

## Color Palette

Brand palette extracted from https://revisiondojo.com.

- **primary**: #ED6AFF (rgb(237, 106, 255))
- **secondary**: #00BCFF (rgb(0, 188, 255))
- **accent**: #00C950 (rgb(0, 201, 80))
- **background**: #FFFFFF (rgb(255, 255, 255))
- **textPrimary**: #0A0A0A (rgb(10, 10, 10))
- **link**: #00C950 (rgb(0, 201, 80))

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Inter  ([Google Fonts →](https://fonts.google.com/specimen/Inter))
- **heading**: Manrope  ([Google Fonts →](https://fonts.google.com/specimen/Manrope))

## Visual Assets

Logo  
  
Favicon  
  
Social Card

## UI Components

Live previews rendered using RevisionDojo's actual button styles.

### Button Primary
- background: #9234EA
- textColor: #F2E6FF
- borderColor: #E6E6E6
- borderRadius: 16px
- shadow: none

### Button Secondary
- background: #FFFFFF
- textColor: #737373
- borderColor: #E5E5E5
- borderRadius: 33554400px
- shadow: none

## Brand Personality

- **Tone**: modern  
- **Energy**: medium  
- **Audience**: students and educators

## RevisionDojo Brand in the Wild

Image: [cdn.sanity.io](https://cdn.sanity.io/images/wla69xp2/production/49447834025af45efdd5405e3b1ef5b87a2f2758-4132x2383.png)  
Source: [revisiondojo.com](https://www.revisiondojo.com/myp/myp-individuals-and-societies/myp-individuals-and-societies-non-renewable-resources/notes)

## Frequently Asked Questions

- **What is RevisionDojo's primary brand color?**  
RevisionDojo's primary brand color is #ED6AFF, it anchors the visual identity across their website, product UI, and marketing materials.
- **What accent color does RevisionDojo use?**  
RevisionDojo uses #00C950 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
- **What font does RevisionDojo use?**  
RevisionDojo uses Inter for body text and Manrope for headings. Fonts were detected on https://revisiondojo.com as part of their live design system.
- **Does RevisionDojo use a light or dark theme?**  
RevisionDojo's primary site uses a light color scheme, with a background of #FFFFFF.
- **Where can I find RevisionDojo's logo?**  
RevisionDojo's logo is available directly on their site (https://revisiondojo.com). The current logo URL is included in the machine-readable JSON profile linked above.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#ED6AFF",
    "secondary": "#00BCFF",
    "accent": "#00C950",
    "background": "#FFFFFF",
    "textPrimary": "#0A0A0A",
    "link": "#00C950"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#9234EA",
      "textColor": "#F2E6FF",
      "borderColor": "#E6E6E6",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#737373",
      "borderColor": "#E5E5E5",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://assets.revisiondojo.com/assets/images/logos/logo.svg",
    "favicon": "https://www.revisiondojo.com/favicon-16x16.png",
    "ogImage": "https://www.revisiondojo.com/opengraph-image.jpg",
    "logoHref": "/",
    "logoAlt": "Logo"
  }
}
```
