Learn Mode

IR Brand

Control colors, typography, and visual mood.

Objective

Understand how the brand object controls the visual system.

The brand object describes how the website should feel visually.

Colors become CSS variables.

Typography controls heading and body font choices.

Vibe gives the engine direction: luxury, modern, traditional, electrical, corporate, and more.

Syntax
"brand": {
  "colors": {
    "primary": "#153331",
    "secondary": "#CFB113",
    "accent": "#CFB113",
    "background": "#ffffff",
    "text": "#111111",
    "muted": "#666666"
  },
  "typography": {
    "heading": "Georgia, serif",
    "body": "Arial, Helvetica, sans-serif"
  },
  "vibe": "luxury"
}
Practice Editor
Temporary only. No local save. No cloud save. No compile quota used.
Notes

IR brand is not decoration only; it guides rendering.

Color values should be valid CSS colors.

Common Mistakes

Writing colors without quotes.

Using a font name without fallback fonts.