RevisionDojo Brand: Colors, Fonts, Logo & Visual Identity

RevisionDojo Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using RevisionDojo's actual button styles.

Button Primary

Button Secondary

Brand Personality

RevisionDojo Brand in the Wild

Image: cdn.sanity.io
Source: revisiondojo.com

Frequently Asked Questions

Machine-Readable Profile

{
  "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"
  }
}